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 37d76a7 commit 784f995
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ jobs:
- zig-version: "master"
os: ubuntu-latest
build-options: ""
#- zig-version: "master"
# os: macos-latest # Apple Silicon (M1)
# build-options: "-Ddisable-ssl"
- zig-version: "master"
os: macos-latest
build-options: "-Ddisable-ssl -Ddisable-zstd"
os: macos-13 # Intel macOS
build-options: "-Ddisable-ssl"

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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Provides a package to be used by the zig package manager for C programs.

| Architecture \ OS | Linux | MacOS |
|:------------------|:------|-------------------|
| x86_64 || ? |
| arm 64 | | ☑️ `-Ddisable-ssl` |
| x86_64 || ☑️ `-Ddisable-ssl` |
| arm 64 | __?__ | ☑️ `-Ddisable-ssl` |

Optional dependencies used by default:
- openssl
Expand Down

0 comments on commit 784f995

Please sign in to comment.