File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 - name : Generate wheel
115115 run : python3 -m pip wheel -v -w dist --no-deps .
116116 env :
117- MACOSX_DEPLOYMENT_TARGET : 10.12 # Should be kept in sync with ci/build_darwin.sh
117+ MACOSX_DEPLOYMENT_TARGET : 10.13 # Should be kept in sync with ci/build_darwin.sh
118118 - name : Show wheels generated
119119 run : ls -lh dist/
120120 - uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ mkdir -p ${DIST_DIR}
1818
1919# Make sure we build for our lowest target
2020# Should be kept in sync with .github/worklfows/build_test.yml
21- export MACOSX_DEPLOYMENT_TARGET=" 10.12 "
21+ export MACOSX_DEPLOYMENT_TARGET=" 10.13 "
2222for PYTHON_VERSION in ${PYTHON_VERSIONS} ; do
2323 # Constants and setup
2424 PYTHON=" python${PYTHON_VERSION} "
You can’t perform that action at this time.
0 commit comments