From d9a6faf3457aec0a30ec3bd28a8c8f9996db77b4 Mon Sep 17 00:00:00 2001 From: Paul Thomson Date: Tue, 7 May 2019 12:42:27 +0100 Subject: [PATCH] Use newer osx image: xcode9.4 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d1e51e8..a3fa404 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,13 +13,13 @@ matrix: sudo: required env: BUILD_PLATFORM="Linux_x64" Configuration="Release" - os: osx - osx_image: xcode8.3 + osx_image: xcode9.4 env: BUILD_PLATFORM="Mac_x64" Configuration="Debug" cache: directories: - $HOME/Library/Caches/Homebrew - os: osx - osx_image: xcode8.3 + osx_image: xcode9.4 env: BUILD_PLATFORM="Mac_x64" Configuration="Release" cache: directories: