Skip to content

Commit

Permalink
ci: fix workflow run matrix
Browse files Browse the repository at this point in the history
nilslice authored Dec 11, 2024

Verified

This commit was signed with the committer’s verified signature.
sd2k Ben Sully
1 parent 9dafa3a commit 9b6a55b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -9,9 +9,10 @@ on:
jobs:
zig:
name: Zig CI
runs-on: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
zig_version: ["0.13.0"] # eventually use multiple versions once stable
rust:
- stable

0 comments on commit 9b6a55b

Please sign in to comment.