Skip to content

Commit e5d769d

Browse files
atalmanmalfet
andauthored
Bump MACOSX_DEPLOYMENT_TARGET to 10.15 (#1773)
Hopefully will fix nightly builds Co-authored-by: Nikita Shulga <[email protected]>
1 parent 1b68ef8 commit e5d769d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wheel/build_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ popd
125125

126126
export TH_BINARY_BUILD=1
127127
export INSTALL_TEST=0 # dont install test binaries into site-packages
128-
export MACOSX_DEPLOYMENT_TARGET=10.13
128+
export MACOSX_DEPLOYMENT_TARGET=10.15
129129
export CMAKE_PREFIX_PATH=${CONDA_PREFIX:-"$(dirname $(which conda))/../"}
130130

131131
SETUPTOOLS_PINNED_VERSION="=46.0.0"

0 commit comments

Comments
 (0)