summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Lioncash2018-09-25 14:46:42 -0400
committerGravatar Lioncash2018-09-25 14:46:46 -0400
commit5873b14efdb010f1532bb583f93d5031329e079c (patch)
treedcdf5be1b9c042d1b2f6bccaa876a19d8ca5b4c9
parentMerge pull request #1378 from lioncash/thread (diff)
downloadyuzu-5873b14efdb010f1532bb583f93d5031329e079c.tar.gz
yuzu-5873b14efdb010f1532bb583f93d5031329e079c.tar.xz
yuzu-5873b14efdb010f1532bb583f93d5031329e079c.zip
travis: Make macOS builds utilize Xcode 10
Keeps the used toolchain up to date and finally allows the use of <optional> and <variant> standard library headers within the codebase.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4d363cbc9..b0fbe3c5f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ matrix:
24 - os: osx 24 - os: osx
25 env: NAME="macos build" 25 env: NAME="macos build"
26 sudo: false 26 sudo: false
27 osx_image: xcode9.3 27 osx_image: xcode10
28 install: "./.travis/macos/deps.sh" 28 install: "./.travis/macos/deps.sh"
29 script: "./.travis/macos/build.sh" 29 script: "./.travis/macos/build.sh"
30 after_success: "./.travis/macos/upload.sh" 30 after_success: "./.travis/macos/upload.sh"