diff options
author | Lioncash <mathew1800@gmail.com> | 2019-03-07 23:32:23 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-03-07 23:34:37 -0500 |
commit | 69749a88cd9c22c28f4f6053647e9eeb8b997927 (patch) | |
tree | 546a7d26de383140c5508c85ae9cdf5bdff04d00 /.travis.yml | |
parent | e99a14862841841d74be8d0ea9426c2d23546b5e (diff) |
travis: Bump macOS version to 10.14
For whatever bizarre reason, Apple only made a few of std::optional's
member functions available on newer SDK versions. Given we can't even
run yuzu on macOS, and we keep the builder around to ensure that it
always at least compiles on macOS, we can bump this up a version.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b0fbe3c5f..9512f7843 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ matrix: - os: osx env: NAME="macos build" sudo: false - osx_image: xcode10 + osx_image: xcode10.1 install: "./.travis/macos/deps.sh" script: "./.travis/macos/build.sh" after_success: "./.travis/macos/upload.sh" |