From da21545a7738d7d7ffee5aa5165c6063efa40120 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 18 Jan 2018 07:41:01 -0500 Subject: [PATCH] travis: Use Xcode 9.2 Uses the latest available Xcode version. This allows the use of more C++17 facilities without the CI failing. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7db6f297e2..f94a5c75ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ matrix: - os: osx env: NAME="macos build" sudo: false - osx_image: xcode7.3 + osx_image: xcode9.2 install: "./.travis/macos/deps.sh" script: "./.travis/macos/build.sh" after_success: "./.travis/macos/upload.sh"