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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user