Skip to content

Commit

Permalink
ci: use latest version
Browse files Browse the repository at this point in the history
The version can be pinned again when 0.14.0 is tagged.
  • Loading branch information
Parzival-3141 committed Feb 5, 2025
1 parent a4ade52 commit 5719175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Zig
uses: mlugg/setup-zig@v1
with:
version: 0.14.0
version: latest

- name: Build
run: zig build -Dtarget=${{ matrix.target }} -Doptimize=${{ matrix.optimize }}
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Setup Zig
uses: mlugg/setup-zig@v1
with:
version: 0.14.0
version: latest

- name: Test
run: zig build test

0 comments on commit 5719175

Please sign in to comment.