From 4fec5480659c238872e8d36fab474739bd97f076 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 28 May 2020 15:51:22 +0200 Subject: Travis CI: Use the Xcode 11.5 image for macOS builds --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8878935e52..9987fcbe56 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: -- cgit v1.2.3