We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb72219 commit 6eb748fCopy full SHA for 6eb748f
.ci/build_wheels_osx.sh
@@ -14,7 +14,7 @@ export PATH="$BUILD_PATH/bin:/usr/local/bin/:$PATH"
14
export PKG_CONFIG_PATH="$BUILD_PATH/lib/pkgconfig:/usr/lib/pkgconfig/:$PKG_CONFIG_PATH"
15
export CC="/usr/bin/clang"
16
export CXX="/usr/bin/clang"
17
-export MACOSX_DEPLOYMENT_TARGET=10.13
+export MACOSX_DEPLOYMENT_TARGET=11.0
18
19
if [ "$ARCH" = "x86_64" ]; then
20
ARCH2=x86_64
0 commit comments