aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Guillemard <mary@mary.zone>2023-11-11 22:38:54 +0100
committerGitHub <noreply@github.com>2023-11-11 22:38:54 +0100
commit6228331fd1fb63a32d929bf1cae7f709bc9fd271 (patch)
tree7fc812b4ebcadb6a52b4e6e0c8a520252edcfebc
parent98e7c33630af5a47246e3aa53c528528dbcc79bc (diff)
infra: switch back to ubuntu 20.04 LTS for macOS release1.1.1078
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6089c2fd..008561f9 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -25,7 +25,7 @@ env:
jobs:
tag:
name: Create tag
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
steps:
- name: Get version info
id: version_info