From 4aefd4519377a6f1bb40de0ac853f90cec500895 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 7 May 2019 06:40:27 -0400 Subject: [PATCH] travis: Update to using Xcode 10.2 Keeps the CI toolchain updated. This is also necessary for updating dynarmic. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"