Skip to content

Commit 7e8a384

Browse files
ci: update to zig 0.15.2
1 parent be265ee commit 7e8a384

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v6
2323
- uses: mlugg/setup-zig@v2
2424
with:
25-
version: 0.14.0
25+
version: 0.15.2
2626
- name: Build
2727
run: zig build docs
2828
- name: Upload

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- uses: actions/checkout@v6
1717
- uses: mlugg/setup-zig@v2
1818
with:
19-
version: 0.14.0
19+
version: 0.15.2
2020
- name: Build
2121
run: zig build test

0 commit comments

Comments
 (0)