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 7c44c45 commit c5857efCopy full SHA for c5857ef
.github/workflows/spec.yml
@@ -12,5 +12,5 @@ jobs:
12
submodules: recursive
13
- uses: mlugg/setup-zig@v2
14
with:
15
- version: 0.15.1
+ version: 0.15.2
16
- run: make spec
.github/workflows/zig.yml
@@ -8,7 +8,7 @@ jobs:
8
tests:
9
strategy:
10
matrix:
11
- zig-version: ["0.15.1"]
+ zig-version: ["0.15.2"]
runs-on: ["ubuntu-latest", "macos-latest", "windows-latest"]
runs-on: ${{ matrix.runs-on }}
steps:
@@ -26,5 +26,5 @@ jobs:
26
27
28
29
30
- run: zig fmt --check build.zig src/*.zig
0 commit comments