ci: test more zig versions
This commit is contained in:
14
.github/workflows/ci.yaml
vendored
14
.github/workflows/ci.yaml
vendored
@@ -12,17 +12,17 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
zig-version: ["0.14.0"]
|
zig-version: ["0.14.1", "0.15.2", "master"]
|
||||||
os: [ubuntu-latest, windows-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
include:
|
include:
|
||||||
- zig-version: "0.14.0"
|
- zig-version: "0.15.2"
|
||||||
|
# -Dbuild-tests does not work when targeting Linux because the build
|
||||||
|
# system doesn't preserve linker input file order, which causes the
|
||||||
|
# linker to spew duplicate symbol errors.
|
||||||
|
os: macos-latest
|
||||||
check-format: true
|
check-format: true
|
||||||
os: macos-latest
|
|
||||||
build-options: "-Dbuild-tests -Dbuild-benchmarks"
|
build-options: "-Dbuild-tests -Dbuild-benchmarks"
|
||||||
|
|
||||||
- zig-version: "master"
|
|
||||||
os: macos-latest
|
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user