Skip to content

Commit

Permalink
trying to fix mac
Browse files Browse the repository at this point in the history
  • Loading branch information
damonge committed Aug 1, 2024
1 parent ebb8cd6 commit f66b4df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ jobs:
- name: Build NaMaster (mac)
if: matrix.label == 'osx-64'
run: |
# Without the prefixes, it won't compile on mac
# After migrating to Xcode 15.4, a bunch of things broke, for whatever reason...
sudo xcode-select -s "/Applications/Xcode_15.0.1.app"
# Without the prefixes, it won't compile on mac
CC=gcc-14 LDFLAGS=-L/opt/homebrew/lib CPPFLAGS=-I/opt/homebrew/include python -m pip install .

- name: C tests
Expand Down

0 comments on commit f66b4df

Please sign in to comment.