Skip to content

Commit 264d45f

Browse files
committed
fix: update clang++ version in build step to llvm@18 to match macos-latest
1 parent 328cafa commit 264d45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
7878
- name: Build CPP extension with clang++
7979
run: |
80-
export CXX=$(brew --prefix llvm@15)/bin/clang++
80+
export CXX=$(brew --prefix llvm@18)/bin/clang++
8181
export LDFLAGS="-L/usr/local/opt/libomp/lib"
8282
export CPPFLAGS="-I/usr/local/opt/libomp/include"
8383
pip install -e .[dev]

0 commit comments

Comments
 (0)