Skip to content

Commit 03912c5

Browse files
committed
ci: use 0.15.0 instead of 0.15.1 for setup-zig
1 parent 3c83553 commit 03912c5

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
- uses: actions/checkout@v3
1414
- uses: mlugg/setup-zig@v1
1515
with:
16-
version: 0.15.1
16+
version: 0.15.0
1717
- run: |
1818
zig build test
1919
zig build -Dtarget=x86-windows-gnu test
@@ -22,9 +22,9 @@ jobs:
2222
runs-on: macos-latest
2323
steps:
2424
- uses: actions/checkout@v3
25-
- uses: mlugg/setup-zig@v1
25+
- uses: mlugg/setup-zig@v2
2626
with:
27-
version: 0.15.1
27+
version: 0.15.0
2828
# Note that there's no testing for 32-bit on macos since offical support has been dropped
2929
- run: |
3030
zig build test
@@ -35,7 +35,7 @@ jobs:
3535
- uses: actions/checkout@v3
3636
- uses: mlugg/setup-zig@v1
3737
with:
38-
version: 0.15.1
38+
version: 0.15.0
3939
- run: |
4040
zig build test
4141
zig build -Dtarget=x86-linux-gnu test

0 commit comments

Comments
 (0)