Skip to content

Commit 9252994

Browse files
committed
require Zig 0.15.x or later
1 parent a20dd1f commit 9252994

File tree

4 files changed

+104
-107
lines changed

4 files changed

+104
-107
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,16 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
zig-version: [master]
1817
os: [ubuntu-latest, macos-latest, windows-latest]
19-
include:
20-
- zig-version: "0.14.0"
21-
os: ubuntu-latest
2218
runs-on: ${{ matrix.os }}
2319
steps:
2420
- name: Checkout
2521
uses: actions/checkout@v4
2622

2723
- name: Setup Zig
28-
uses: mlugg/setup-zig@v1
24+
uses: mlugg/setup-zig@v2
2925
with:
30-
version: ${{ matrix.zig-version }}
26+
version: 0.15.2
3127

3228
- name: Check Formatting
3329
run: zig fmt --ast-check --check .

0 commit comments

Comments
 (0)