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 434b32e commit 449e828Copy full SHA for 449e828
.github/workflows/cibuildwheel.yml
@@ -25,6 +25,7 @@ jobs:
25
CIBW_BEFORE_ALL_LINUX: curl -sSf https://sh.rustup.rs | sh -s -- -y
26
CIBW_BEFORE_ALL_WINDOWS: rustup target add i686-pc-windows-msvc
27
CIBW_ENVIRONMENT_LINUX: "PATH=$HOME/.cargo/bin:$PATH"
28
+ MACOSX_DEPLOYMENT_TARGET: 10.12
29
with:
30
package-dir: .
31
output-dir: wheelhouse
0 commit comments