Skip to content

Commit

Permalink
CI include Zig 0.12.0 compilation tests in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed May 29, 2024
1 parent 3046a68 commit a059d15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/zig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
version: [0.11.0, 0.12.0]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -19,7 +20,7 @@ jobs:
- name: Setup Zig
uses: goto-bus-stop/setup-zig@v2
with:
version: 0.11.0
version: ${{ matrix.version }}
- name: Build static library
run: zig build -Dverbose
- name: Build dynamic library
Expand Down

0 comments on commit a059d15

Please sign in to comment.