Skip to content

Commit 449e828

Browse files
committed
Try to fix deployment target for macos
1 parent 434b32e commit 449e828

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
CIBW_BEFORE_ALL_LINUX: curl -sSf https://sh.rustup.rs | sh -s -- -y
2626
CIBW_BEFORE_ALL_WINDOWS: rustup target add i686-pc-windows-msvc
2727
CIBW_ENVIRONMENT_LINUX: "PATH=$HOME/.cargo/bin:$PATH"
28+
MACOSX_DEPLOYMENT_TARGET: 10.12
2829
with:
2930
package-dir: .
3031
output-dir: wheelhouse

0 commit comments

Comments
 (0)