Skip to content

Commit

Permalink
Run CI on macos as well
Browse files Browse the repository at this point in the history
  • Loading branch information
agagniere committed Sep 27, 2024
1 parent a7f29a2 commit b744d09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- zig-version: "master"
os: ubuntu-latest
build-options: ""
- zig-version: "master"
os: macos-latest
build-options: "-Ddisable-ssl"

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit b744d09

Please sign in to comment.