Skip to content

Commit

Permalink
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
  • Loading branch information
dexter93 committed Sep 7, 2024
1 parent 548174b commit 70a692b
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
Expand Up @@ -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
Expand Down

0 comments on commit 70a692b

Please sign in to comment.