Skip to content

Commit 7647fc2

Browse files
committed
Use Zig 0.16.0 in CI
I want to get a bunch of fixes and cleanups done in the short term for a 0.16.0 release. Once 0.16.0 and 0.17.0-dev start to diverge we can consider branching and making ziglua main target zig master again.
1 parent c09d0cb commit 7647fc2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/configure-pages@v5
2828
- uses: mlugg/setup-zig@v2
2929
with:
30-
version: master
30+
version: "0.16.0"
3131
- run: make docs
3232
- name: Upload artifact
3333
uses: actions/upload-pages-artifact@v3

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Zig
2323
uses: mlugg/setup-zig@v2
2424
with:
25-
version: master
25+
version: "0.16.0"
2626

2727
- name: Run tests
2828
run: make test_zig_nightly
@@ -62,7 +62,7 @@ jobs:
6262
- name: Setup Zig
6363
uses: mlugg/setup-zig@v2
6464
with:
65-
version: master
65+
version: "0.16.0"
6666

6767
- name: Run tests
6868
run: make test_cross

0 commit comments

Comments
 (0)