Skip to content

Commit 1ad9fcb

Browse files
committed
Ensure binaries are compatible with OS X 10.9
1 parent fdc2fb2 commit 1ad9fcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
CIBW_BEFORE_BUILD: scripts/build-openssl /tmp/vendor
3030
CIBW_BEFORE_BUILD_WINDOWS: scripts\build-openssl.bat C:\cibw\vendor
3131
CIBW_BUILD: cp38-*
32+
CIBW_ENVIRONMENT_MACOS: CFLAGS=-mmacosx-version-min=10.9
3233
CIBW_TEST_COMMAND: python -c "import dummy"
3334
run: |
3435
pip install cibuildwheel

0 commit comments

Comments
 (0)