Travis CI: Use the Xcode 11.5 image for macOS builds

This commit is contained in:
Hugo Locurcio 2020-05-28 15:51:22 +02:00
parent 1455776958
commit 4fec548065
1 changed files with 2 additions and 2 deletions

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: