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
This commit is contained in:
Skgland
2025-09-27 22:54:45 +02:00
committed by Bennet Bleßmann
parent e7ac3ae0f7
commit ed03d5b1b4

View 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: