Skip to content

Commit 9c6f8f7

Browse files
committed
ci: test more zig versions
1 parent f13c2bb commit 9c6f8f7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
zig-version: ["0.14.0"]
16-
os: [ubuntu-latest, windows-latest]
15+
zig-version: ["0.14.1", "0.15.2", "master"]
16+
os: [ubuntu-latest, windows-latest, macos-latest]
1717
include:
18-
- zig-version: "0.14.0"
19-
check-format: true
18+
- zig-version: "0.15.2"
19+
# -Dbuild-tests does not work when targeting Linux because the build
20+
# system doesn't preserve linker input file order, which causes the
21+
# linker to spew duplicate symbol errors.
2022
os: macos-latest
23+
check-format: true
2124
build-options: "-Dbuild-tests -Dbuild-benchmarks"
2225

23-
- zig-version: "master"
24-
os: macos-latest
25-
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- name: Checkout

0 commit comments

Comments
 (0)