Merge pull request #39122 from Calinou/travis-xcode-11.5

Travis CI: Use the Xcode 11.5 image for macOS builds
This commit is contained in:
Rémi Verschelde 2020-05-28 23:01:36 +02:00 committed by GitHub
commit d2be503ebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,7 @@ matrix:
stage: build
env: PLATFORM=osx TOOLS=yes TARGET=debug CACHE_NAME=${PLATFORM}-tools-clang EXTRA_ARGS="warnings=extra werror=yes"
os: osx
osx_image: xcode11.3
osx_image: xcode11.5
compiler: clang
addons:
homebrew:
@ -83,7 +83,7 @@ matrix:
# stage: build
# env: PLATFORM=iphone TOOLS=no TARGET=debug CACHE_NAME=${PLATFORM}-clang
# os: osx
# osx_image: xcode11.3
# osx_image: xcode11.5
# compiler: clang
# addons:
# homebrew: