Skip to content

Commit dc27f20

Browse files
zlice devclaude
andcommitted
ci: bump Zig to 0.16.0 and update README requirement
Matches minimum_zig_version bump in build.zig.zon for v0.5.0 release. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 52a4998 commit dc27f20

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818

1919
- name: Install Zig
2020
run: |
21-
curl -sL "https://ziglang.org/download/0.15.2/zig-x86_64-linux-0.15.2.tar.xz" | tar -xJ
22-
echo "$PWD/zig-x86_64-linux-0.15.2" >> "$GITHUB_PATH"
21+
curl -sL "https://ziglang.org/download/0.16.0/zig-x86_64-linux-0.16.0.tar.xz" | tar -xJ
22+
echo "$PWD/zig-x86_64-linux-0.16.0" >> "$GITHUB_PATH"
2323
2424
- name: Install dependencies
2525
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ zephwm/
111111

112112
## Building
113113

114-
Requires **Zig 0.15.0+** and the following system libraries:
114+
Requires **Zig 0.16.0+** and the following system libraries:
115115

116116
```
117117
xcb xcb-randr

0 commit comments

Comments
 (0)