Skip to content

Commit 6e5fe3a

Browse files
committed
tt
1 parent 4f1b299 commit 6e5fe3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_wheel.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
platform: [windows-latest, ubuntu-latest, macos-15-intel, macos-latest]
14+
platform: [windows-latest, ubuntu-latest, macos-15-intel, macos-14]
1515
env:
1616
CIBW_SKIP: 'pp*'
1717
CIBW_ARCHS: 'auto64'
1818
CIBW_MANYLINUX_X86_64_IMAGE: 'manylinux_2_28'
1919
CIBW_PROJECT_REQUIRES_PYTHON: '>=3.10'
2020
CIBW_TEST_REQUIRES: 'pytest'
21+
MACOSX_DEPLOYMENT_TARGET: '14.0'
2122
defaults:
2223
run:
2324
shell: bash -l {0}
@@ -43,7 +44,7 @@ jobs:
4344
echo "export LDFLAGS=\"$LDFLAGS -Wl,-rpath,/usr/local/opt/libomp/lib -L/usr/local/opt/libomp/lib -lomp\"" >> ~/.bashrc
4445
source ~/.bashrc
4546
- name: Install OMP (MacOS M1)
46-
if: matrix.platform == 'macos-latest'
47+
if: matrix.platform == 'macos-14'
4748
run: |
4849
brew install llvm@20 libomp
4950
echo "export CC=/opt/homebrew/opt/llvm@20/bin/clang" >> ~/.bashrc

0 commit comments

Comments
 (0)