Skip to content

Commit a70e7d1

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525
- uses: mlugg/setup-zig@v1
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)