Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CI on macOS after upgrade to macos-14 (arm64)
Browse files Browse the repository at this point in the history
Homebrew gets installed in /opt/homebrew instead of /usr/local for some reason,
and this path is not included in the default include / linker paths
dexter93 committed Sep 7, 2024
1 parent 548174b commit bac4854
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -37,6 +37,9 @@ jobs:

build-mac:
runs-on: macos-latest
env:
CPATH: /opt/homebrew/include
LIBRARY_PATH: /opt/homebrew/lib

steps:
- uses: actions/checkout@v3

0 comments on commit bac4854

Please sign in to comment.