Skip to content

Commit

Permalink
Run CI on intel macos
Browse files Browse the repository at this point in the history
  • Loading branch information
agagniere committed Sep 28, 2024
1 parent bbad849 commit d2eb4da
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
os: ubuntu-latest
build-options: ""
- zig-version: "master"
os: macos-latest
build-options: "-Ddisable-ssl -Ddisable-zstd"
os: macos-latest # Apple Silicon (M1)
build-options: "-Ddisable-ssl"
- zig-version: "master"
os: macos-13 # Intel macOS
build-options: ""

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

Expand Down

0 comments on commit d2eb4da

Please sign in to comment.