We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c8798 commit 234b075Copy full SHA for 234b075
.github/workflows/build_wheels.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: pypa/[email protected]
14
env:
15
CIBW_SKIP: "*musllinux* pp*"
16
- CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET=10.14
+ CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET=11.0
17
- uses: actions/upload-artifact@v4
18
with:
19
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
0 commit comments