[CI] Upgrade to MacOS Mojave image (#6406)
This commit is contained in:
committed by
GitHub
parent
4d1d5d4010
commit
c763b50dd0
@@ -44,7 +44,7 @@ if [ ${TASK} == "python_test" ]; then
|
||||
cd ../python-package
|
||||
python setup.py bdist_wheel
|
||||
cd ..
|
||||
TAG=macosx_10_13_x86_64.macosx_10_14_x86_64.macosx_10_15_x86_64
|
||||
TAG=macosx_10_14_x86_64.macosx_10_15_x86_64.macosx_11_0_x86_64
|
||||
python tests/ci_build/rename_whl.py python-package/dist/*.whl ${TRAVIS_COMMIT} ${TAG}
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user