Skip to content

Commit 904ebe4

Browse files
committed
workflows: change to 0.14.0 building
1 parent c689363 commit 904ebe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/zig.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
tests:
99
strategy:
1010
matrix:
11-
zig-version: ["0.12.0", "0.13.0"]
11+
zig-version: ["0.14.0"]
1212
runs-on: ["ubuntu-latest", "macos-13", "macos-latest", "windows-latest"]
1313
runs-on: ${{ matrix.runs-on }}
1414
steps:
@@ -26,5 +26,5 @@ jobs:
2626
submodules: recursive
2727
- uses: goto-bus-stop/setup-zig@v1
2828
with:
29-
version: 0.12.0
29+
version: 0.14.0
3030
- run: zig fmt --check build.zig src/*.zig

0 commit comments

Comments
 (0)