Skip to content

Commit 53e86c3

Browse files
committed
specify macos deployment target
1 parent a5c8e71 commit 53e86c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ jobs:
243243
rustup target add aarch64-apple-darwin
244244
rustup target add x86_64-apple-darwin
245245
CIBW_ENVIRONMENT_LINUX: PATH=/root/.cargo/bin:$PATH
246+
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=10.12
246247
CIBW_BUILD: ${{ matrix.py }}-${{ matrix.platform.name }}_*
247248
CIBW_TEST_COMMAND: python {project}/tests/test_py.py
248249

0 commit comments

Comments
 (0)