Merge pull request #3109 from Skgland/issue-3107

move CI  job release from retired ubuntu-20.04 image to ubuntu-22.04
This commit is contained in:
Mark Thom
2025-09-29 20:47:55 -07:00
committed by GitHub

View File

@@ -215,7 +215,7 @@ jobs:
# Publish binaries when building for a tag # Publish binaries when building for a tag
release: release:
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
needs: [build-test] needs: [build-test]
if: startsWith(github.ref, 'refs/tags/v') if: startsWith(github.ref, 'refs/tags/v')
steps: steps: