Skip to content

Commit 67e2aa8

Browse files
authored
Merge pull request #84 from niclaurenti/fix-macos-wheel
Use macos 14 for backward compatibility
2 parents c47c84c + 3f3de14 commit 67e2aa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pip.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
os: [ubuntu-latest, macos-15-intel, macos-15]
32+
os: [ubuntu-latest, macos-14-intel, macos-14]
3333

3434
steps:
3535
- uses: actions/checkout@v4
3636
with:
3737
submodules: true #not needed
38-
- uses: pypa/cibuildwheel@v2.23.0
38+
- uses: pypa/cibuildwheel@v3.4.0
3939
env:
4040
CIBW_SKIP: pp* cp36-* *-musllinux_x86_64 *_i686
41-
CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=15.0"
41+
CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=14.0"
4242
CIBW_BEFORE_ALL_LINUX: >
4343
yum -y install wget &&
4444
yum -y install tar &&

0 commit comments

Comments
 (0)