Skip to content

Commit aaa827a

Browse files
committed
select Zig version in CI based on build.zig.zon
1 parent 6287459 commit aaa827a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
zig-version: [0.15.1]
1817
os: [ubuntu-latest, macos-latest]
1918
runs-on: ${{ matrix.os }}
2019
steps:
@@ -23,8 +22,6 @@ jobs:
2322

2423
- name: Setup Zig
2524
uses: mlugg/setup-zig@v2
26-
with:
27-
version: ${{ matrix.zig-version }}
2825

2926
- name: Check Formatting
3027
run: zig fmt --ast-check --check .

0 commit comments

Comments
 (0)