We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c83553 commit 03912c5Copy full SHA for 03912c5
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: mlugg/setup-zig@v1
15
with:
16
- version: 0.15.1
+ version: 0.15.0
17
- run: |
18
zig build test
19
zig build -Dtarget=x86-windows-gnu test
@@ -22,9 +22,9 @@ jobs:
22
runs-on: macos-latest
23
steps:
24
25
- - uses: mlugg/setup-zig@v1
+ - uses: mlugg/setup-zig@v2
26
27
28
# Note that there's no testing for 32-bit on macos since offical support has been dropped
29
30
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
zig build -Dtarget=x86-linux-gnu test
0 commit comments