Skip to content

Commit eddb9f3

Browse files
committed
workflows: use 0.13 here too.
1 parent 6531a9b commit eddb9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zig.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- uses: goto-bus-stop/setup-zig@v2
3131
with:
32-
version: 0.12.0
32+
version: 0.13.0
3333
- run: zig build
3434
- run: zig build test
3535
lint:

0 commit comments

Comments
 (0)