diff options
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1e4b923a..f2cf299c8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,6 @@ on: - "README.md" tags: - "v*" - jobs: release: strategy: @@ -28,7 +27,7 @@ jobs: - { os: linux, platform: x86_64, - runs-on: ubuntu-latest, + runs-on: ubuntu-22.04, compiler: gcc, } - { |
