We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c47c84c + 3f3de14 commit 67e2aa8Copy full SHA for 67e2aa8
.github/workflows/pip.yml
@@ -29,16 +29,16 @@ jobs:
29
strategy:
30
fail-fast: false
31
matrix:
32
- os: [ubuntu-latest, macos-15-intel, macos-15]
+ os: [ubuntu-latest, macos-14-intel, macos-14]
33
34
steps:
35
- uses: actions/checkout@v4
36
with:
37
submodules: true #not needed
38
- - uses: pypa/cibuildwheel@v2.23.0
+ - uses: pypa/cibuildwheel@v3.4.0
39
env:
40
CIBW_SKIP: pp* cp36-* *-musllinux_x86_64 *_i686
41
- CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=15.0"
+ CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=14.0"
42
CIBW_BEFORE_ALL_LINUX: >
43
yum -y install wget &&
44
yum -y install tar &&
0 commit comments