]> Repositorios git - scryer-prolog.git/commitdiff
move CI job release from retired ubuntu-20.04 image to ubuntu-22.04
authorSkgland <[email protected]>
Sat, 27 Sep 2025 20:54:45 +0000 (22:54 +0200)
committerBennet Bleßmann <[email protected]>
Sat, 27 Sep 2025 20:54:45 +0000 (22:54 +0200)
the new image is the same as all other ubuntu jobs

.github/workflows/ci.yml

index 1932143e4d6aa032cca0bac7dc6660d162080dc8..f8c831180f5aae7a7148e1c252339736750caa54 100644 (file)
@@ -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: