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 ff96f7d commit 79aeb27Copy full SHA for 79aeb27
.github/workflows/ci.yaml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- zig-version: [0.14.0, latest]
+ zig-version: [0.14.0, 'latest']
18
os: [ubuntu-latest, macos-latest, windows-latest]
19
runs-on: ${{ matrix.os }}
20
steps:
0 commit comments