Skip to content

Commit 6eb748f

Browse files
authored
Update MACOSX_DEPLOYMENT_TARGET to 11.0
1 parent bb72219 commit 6eb748f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/build_wheels_osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export PATH="$BUILD_PATH/bin:/usr/local/bin/:$PATH"
1414
export PKG_CONFIG_PATH="$BUILD_PATH/lib/pkgconfig:/usr/lib/pkgconfig/:$PKG_CONFIG_PATH"
1515
export CC="/usr/bin/clang"
1616
export CXX="/usr/bin/clang"
17-
export MACOSX_DEPLOYMENT_TARGET=10.13
17+
export MACOSX_DEPLOYMENT_TARGET=11.0
1818

1919
if [ "$ARCH" = "x86_64" ]; then
2020
ARCH2=x86_64

0 commit comments

Comments
 (0)