summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-05-07 06:40:27 -0400
committerLioncash <mathew1800@gmail.com>2019-05-07 06:40:30 -0400
commit4aefd4519377a6f1bb40de0ac853f90cec500895 (patch)
tree1bd1999afc12c8a432b1a792b5e779f7e952201a
parent75a8b304d464525a260f0bd8ad2a7f8708c80ed2 (diff)
travis: Update to using Xcode 10.2
Keeps the CI toolchain updated. This is also necessary for updating dynarmic.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 9512f7843..93fda1dfa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ matrix:
- os: osx
env: NAME="macos build"
sudo: false
- osx_image: xcode10.1
+ osx_image: xcode10.2
install: "./.travis/macos/deps.sh"
script: "./.travis/macos/build.sh"
after_success: "./.travis/macos/upload.sh"