Skip to content

Commit

Permalink
update zig version
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai committed Jun 28, 2024
1 parent 929a236 commit bef03af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-current-zig.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Works with Zig 0.12.0
name: Works with Zig 0.13.0
on:
push:
branches:
Expand All @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.12.0
version: 0.13.0
- name: Check zig version
run: zig version
- name: Build all examples
Expand Down

0 comments on commit bef03af

Please sign in to comment.