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 Jun 11, 2024
1 parent 00a3fe6 commit c7c0787
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
6 changes: 3 additions & 3 deletions .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
submodules: recursive
- 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 @@ -24,7 +24,7 @@ jobs:
submodules: recursive
- uses: goto-bus-stop/setup-zig@2a9625d550eefc3a9b1a43d342ad655f563f8241
with:
version: 0.12.0
version: 0.13.0
- run: brew install pcre
- run: zig build
- run: zig build test
Expand All @@ -36,5 +36,5 @@ jobs:
submodules: recursive
- 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 c7c0787

Please sign in to comment.