Skip to content

Commit 05bbcb6

Browse files
committed
run in more zig versions
1 parent 871ea7c commit 05bbcb6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
os: [ubuntu-24.04-arm, ubuntu-latest, macos-latest, macos-13, windows-11-arm, windows-latest]
8-
version: [master, 0.14.0]
7+
os: [ubuntu-24.04-arm, ubuntu-24.04, macos-13-arm64, macos-13, windows-11-arm, windows-latest]
8+
version: [master, 0.15.1, 0.14.1, 0.14.0]
99
runs-on: ${{matrix.os}}
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: mlugg/setup-zig@v2
1313
with:
1414
version: ${{matrix.version}}
15+
- run: zig version
1516
- run: zig env
1617
- run: zig build check test --summary all
1718
lint:

0 commit comments

Comments
 (0)