Skip to content

Commit 10fae8e

Browse files
ptrillertiehuis
authored andcommitted
fix workflow to only use 0.14.0 and master, since compatibility broke
1 parent 16bc095 commit 10fae8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: goto-bus-stop/setup-zig@v2
2222
with:
23-
version: 0.12.0 # most recent stable
23+
version: 0.14.0 # most recent stable
2424

2525
- name: Check formatting
2626
run: zig fmt --check .
@@ -32,7 +32,7 @@ jobs:
3232

3333
strategy:
3434
matrix:
35-
zig-version: ['0.11.0', '0.12.0']
35+
zig-version: ['0.14.0']
3636
os: [ubuntu-latest]
3737
allow-fail: [false]
3838
include:

0 commit comments

Comments
 (0)