Skip to content

Commit

Permalink
Use zig 0.13 in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
InKryption committed Jun 10, 2024
1 parent 1815203 commit f7574cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: setup-zig
uses: goto-bus-stop/setup-zig@v1
with:
version: 0.12.0
version: 0.13.0

- name: build
run: zig build
Expand Down

0 comments on commit f7574cd

Please sign in to comment.