Skip to content

Commit

Permalink
workflows: test on 0.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Jul 1, 2024
1 parent b87fba9 commit 0287016
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
submodules: recursive
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.12.0
version: 0.13.0
- run: make spec
8 changes: 4 additions & 4 deletions .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.12.0
version: 0.13.0
- run: zig build
- run: zig build test
test-macos:
Expand All @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@2a9625d550eefc3a9b1a43d342ad655f563f8241
with:
version: 0.12.0
version: 0.13.0
- run: zig build
- run: zig build test
test-windows:
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.12.0
version: 0.13.0
- run: zig build
- run: zig build test
lint:
Expand All @@ -38,5 +38,5 @@ jobs:
- uses: actions/checkout@v4
- uses: goto-bus-stop/setup-zig@v2
with:
version: 0.12.0
version: 0.13.0
- run: zig fmt --check src/*.zig

0 comments on commit 0287016

Please sign in to comment.