We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ffcc7e commit 75dd14cCopy full SHA for 75dd14c
1 file changed
.github/workflows/release.yml
@@ -20,7 +20,7 @@ env:
20
# Build with zig cc so we can target glibc 2.17, so we have broader compatibility
21
jobs:
22
linux:
23
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
24
outputs:
25
version: ${{ steps.build.outputs.version }}
26
steps:
0 commit comments