From 1193ec841591abe45a74a4d09a75e4a7aa4f180d Mon Sep 17 00:00:00 2001 From: Gabriel Ravier Date: Sun, 5 Jan 2020 00:57:23 +0100 Subject: [PATCH] Update XCode to the most recent version Signed-off-by: Gabriel Ravier --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9294bbfc..b1076cc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ language: cpp # Cache compiled object files with ccache cache: ccache -osx_image: xcode11.2 +osx_image: xcode11.3 compiler: - gcc