From: Skgland Date: Sat, 27 Sep 2025 20:54:45 +0000 (+0200) Subject: move CI job release from retired ubuntu-20.04 image to ubuntu-22.04 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=ed03d5b1b42f1fbd275a7aee1092e0142e281525;p=scryer-prolog.git move CI job release from retired ubuntu-20.04 image to ubuntu-22.04 the new image is the same as all other ubuntu jobs --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1932143e..f8c83118 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -215,7 +215,7 @@ jobs: # Publish binaries when building for a tag release: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 needs: [build-test] if: startsWith(github.ref, 'refs/tags/v') steps: