Skip to content

Commit 0ac11cb

Browse files
committed
build: upgrade CI to Zig 0.16, remove claude-code-review workflow
1 parent 676a088 commit 0ac11cb

3 files changed

Lines changed: 5 additions & 79 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: mlugg/setup-zig@v2
1515
with:
16-
version: 0.15.1
16+
version: 0.16.0
1717
- run: zig build test --summary all

.github/workflows/claude-code-review.yml

Lines changed: 0 additions & 78 deletions
This file was deleted.

.github/workflows/claude.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
with:
3131
fetch-depth: 1
3232

33+
- uses: mlugg/setup-zig@v2
34+
with:
35+
version: 0.16.0
36+
3337
- name: Run Claude Code
3438
id: claude
3539
uses: anthropics/claude-code-action@beta

0 commit comments

Comments
 (0)