summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-05-28 23:01:36 +0200
committerGitHub <noreply@github.com>2020-05-28 23:01:36 +0200
commitd2be503ebb79b168782c1fb97136ac86016cec6d (patch)
tree3c109faf21bb5f28104a4e364d903717aeb83e34
parent105bef19ff3dfe0a81a68dd96cc83cc14b6b2488 (diff)
parent4fec5480659c238872e8d36fab474739bd97f076 (diff)
Merge pull request #39122 from Calinou/travis-xcode-11.5
Travis CI: Use the Xcode 11.5 image for macOS builds
-rw-r--r--.travis.yml4
1 files 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: