Skip to content

Commit 30b3281

Browse files
changed runner
1 parent 414a53e commit 30b3281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
asset_content_type: application/zip
5959
build-linux:
6060
needs: build-windows #this job will run only after build-windows. This way, build-windows creates the Release, and build-linux only adds an asset to it, thus avoiding a race ccondition.
61-
runs-on: ubuntu-20.04
61+
runs-on: ubuntu-22.04
6262
env:
6363
RELEASE_UPLOAD_URL: ${{ needs.build-windows.outputs.release-upload-url }}
6464
steps:

0 commit comments

Comments
 (0)