Skip to content

Commit f07cbcb

Browse files
chrisbbreuerclaude
andcommitted
ci: use ziglang.org@latest from pantry (0.16-dev)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 38ed3ad commit f07cbcb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
os: [ubuntu-latest, macos-latest]
16-
zig-version: ['0.15.1']
16+
zig-version: ['latest']
1717
fail-fast: false
1818

1919
steps:
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup Zig
4949
uses: home-lang/pantry-setup@v1
5050
with:
51-
packages: ziglang.org@0.15.1
51+
packages: ziglang.org@latest
5252

5353
- name: Check formatting
5454
run: zig fmt --check .
@@ -64,7 +64,7 @@ jobs:
6464
- name: Setup Zig
6565
uses: home-lang/pantry-setup@v1
6666
with:
67-
packages: ziglang.org@0.15.1
67+
packages: ziglang.org@latest
6868

6969
- name: Generate docs
7070
run: zig build-lib -femit-docs src/lib.zig
@@ -86,7 +86,7 @@ jobs:
8686
- name: Setup Zig
8787
uses: home-lang/pantry-setup@v1
8888
with:
89-
packages: ziglang.org@0.15.1
89+
packages: ziglang.org@latest
9090

9191
- name: Install kcov
9292
continue-on-error: true

0 commit comments

Comments
 (0)