Skip to content

Commit

Permalink
Use zig 0.13 in github CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
InKryption committed Jun 10, 2024
1 parent b045f97 commit 33c1084
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: setup-zig
uses: goto-bus-stop/setup-zig@v1
with:
version: 0.12.0
version: 0.13.0

- name: lint
run: |
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: setup-zig
uses: goto-bus-stop/setup-zig@v1
with:
version: 0.12.0
version: 0.13.0

- name: test
run: zig build test
Expand All @@ -65,7 +65,7 @@ jobs:
- name: setup-zig
uses: goto-bus-stop/setup-zig@v1
with:
version: 0.12.0
version: 0.13.0

- name: benchmarks
run: zig build -Doptimize=ReleaseSafe benchmark
Expand All @@ -83,7 +83,7 @@ jobs:
- name: setup-zig
uses: goto-bus-stop/setup-zig@v1
with:
version: 0.12.0
version: 0.13.0

- name: build release
run: zig build -Doptimize=ReleaseSafe
Expand Down

0 comments on commit 33c1084

Please sign in to comment.