We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c8e71 commit 53e86c3Copy full SHA for 53e86c3
.github/workflows/ci.yml
@@ -243,6 +243,7 @@ jobs:
243
rustup target add aarch64-apple-darwin
244
rustup target add x86_64-apple-darwin
245
CIBW_ENVIRONMENT_LINUX: PATH=/root/.cargo/bin:$PATH
246
+ CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.12
247
CIBW_BUILD: ${{ matrix.py }}-${{ matrix.platform.name }}_*
248
CIBW_TEST_COMMAND: python {project}/tests/test_py.py
249
0 commit comments