mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-14 20:47:05 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user