infra: switch back to ubuntu 20.04 LTS for macOS release
This commit is contained in:
parent
98e7c33630
commit
6228331fd1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue