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 79ade20 commit ebb8cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
if: matrix.label == 'osx-64'
run: |
# Without the prefixes, it won't compile on mac
CC=gcc-13 LDFLAGS=-L/opt/homebrew/lib CPPFLAGS=-I/opt/homebrew/include python -m pip install .
CC=gcc-14 LDFLAGS=-L/opt/homebrew/lib CPPFLAGS=-I/opt/homebrew/include python -m pip install .
- name: C tests
run: |
Expand Down

0 comments on commit ebb8cd6

Please sign in to comment.