We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25f8bb1 commit 82b4159Copy full SHA for 82b4159
1 file changed
.github/workflows/python-package.yml
@@ -46,7 +46,7 @@ jobs:
46
47
build-macos:
48
if: github.event_name == 'pull_request'
49
- runs-on: macos-latest
+ runs-on: macos-15
50
strategy:
51
fail-fast: false
52
matrix:
@@ -74,7 +74,7 @@ jobs:
74
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
75
- name: Build CPP extension with clang++
76
run: |
77
- export CXX=$(brew --prefix llvm@15)/bin/clang++
+ export CXX=$(brew --prefix llvm@18)/bin/clang++
78
export LDFLAGS="-L/usr/local/opt/libomp/lib"
79
export CPPFLAGS="-I/usr/local/opt/libomp/include"
80
python -m pip install -e .
0 commit comments