Switch to xcode 8.3 [skip appveyor]

This commit is contained in:
Roman Telezhynskyi 2020-11-15 14:12:58 +02:00
parent a46e17ae36
commit 53ec532cc8

View File

@ -35,7 +35,7 @@ jobs:
env: env:
- DEPLOY=true - DEPLOY=true
- LEGACY=true - LEGACY=true
osx_image: xcode8 osx_image: xcode8.3
before_install: before_install:
- | - |
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
@ -64,7 +64,6 @@ before_install:
unset SSL_CERT_FILE; unset SSL_CERT_FILE;
brew untap homebrew/versions; brew untap homebrew/versions;
brew update > /dev/null; brew update > /dev/null;
brew upgrade > /dev/null;
brew install https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/8e2743e6382fefaabfa37da00633ff801477b53c/qt5.rb; brew install https://gist.githubusercontent.com/dismine/c3ac01de38e12edcf22d9e05791adf82/raw/8e2743e6382fefaabfa37da00633ff801477b53c/qt5.rb;
fi fi
chmod -R 755 /usr/local/opt/qt5/* chmod -R 755 /usr/local/opt/qt5/*