We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f39ed commit a93c40eCopy full SHA for a93c40e
1 file changed
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
curl -sSL -XPOST -H "$AUTH" --upload-file "$FILE" --header "Content-Type:application/octet-stream" --write-out "%{http_code}" --output $(mktemp) "$URL"
39
snap:
40
needs: publish
41
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
42
steps:
43
- uses: actions/checkout@v4
44
- uses: snapcore/action-build@v1
0 commit comments