Skip to content

Commit 82b4159

Browse files
committed
ci: update macOS runner and clang++ version for newer c++ standard
1 parent 25f8bb1 commit 82b4159

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
build-macos:
4848
if: github.event_name == 'pull_request'
49-
runs-on: macos-latest
49+
runs-on: macos-15
5050
strategy:
5151
fail-fast: false
5252
matrix:
@@ -74,7 +74,7 @@ jobs:
7474
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
7575
- name: Build CPP extension with clang++
7676
run: |
77-
export CXX=$(brew --prefix llvm@15)/bin/clang++
77+
export CXX=$(brew --prefix llvm@18)/bin/clang++
7878
export LDFLAGS="-L/usr/local/opt/libomp/lib"
7979
export CPPFLAGS="-I/usr/local/opt/libomp/include"
8080
python -m pip install -e .

0 commit comments

Comments
 (0)