Skip to content

Commit 476c171

Browse files
authored
Merge pull request #3109 from Skgland/issue-3107
move CI job release from retired ubuntu-20.04 image to ubuntu-22.04
2 parents e7ac3ae + ed03d5b commit 476c171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
216216
# Publish binaries when building for a tag
217217
release:
218-
runs-on: ubuntu-20.04
218+
runs-on: ubuntu-22.04
219219
needs: [build-test]
220220
if: startsWith(github.ref, 'refs/tags/v')
221221
steps:

0 commit comments

Comments
 (0)