From 5873b14efdb010f1532bb583f93d5031329e079c Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 25 Sep 2018 14:46:42 -0400 Subject: [PATCH] travis: Make macOS builds utilize Xcode 10 Keeps the used toolchain up to date and finally allows the use of and standard library headers within the codebase. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4d363cbc92..b0fbe3c5f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ matrix: - os: osx env: NAME="macos build" sudo: false - osx_image: xcode9.3 + osx_image: xcode10 install: "./.travis/macos/deps.sh" script: "./.travis/macos/build.sh" after_success: "./.travis/macos/upload.sh"