From ed03d5b1b42f1fbd275a7aee1092e0142e281525 Mon Sep 17 00:00:00 2001 From: Skgland Date: Sat, 27 Sep 2025 22:54:45 +0200 Subject: [PATCH] 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 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.54.0