CI: OSX - Use Xcode7.3
Travis changed the default OS X build environment from Xcode7.3 to Xcode8.3 and it seems to have broken the packaging step somehow. Fixes the issue by reverting to Xcode7.3.
This commit is contained in:
parent
7d2cda57bb
commit
ca835ddfd2
@ -20,6 +20,7 @@ env:
|
||||
matrix:
|
||||
include:
|
||||
- os: osx
|
||||
osx_image: xcode7.3
|
||||
env:
|
||||
- CMAKE_PREFIX_PATH=/usr/local/opt/qt5/lib/cmake
|
||||
- CEF_BUILD_VERSION=3.3112.1656.g9ec3e42
|
||||
|
Loading…
x
Reference in New Issue
Block a user