From 32fa63a593ff8c5e2bb8268061cead11755a6580 Mon Sep 17 00:00:00 2001 From: orbea Date: Mon, 21 Jan 2019 23:07:39 -0800 Subject: [PATCH] travis: Update to xcode10.1. This should save a few minutes during the build. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6fea0eee65..7be5f133d8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,9 +39,8 @@ matrix: script: - xcodebuild -target RetroArch -configuration Release -project pkg/apple/RetroArch.xcodeproj - os: osx - osx_image: xcode9.3 + osx_image: xcode10.1 script: - - brew update - brew install --force-bottle qt5 - xcodebuild -target RetroArchQt -configuration Release -project pkg/apple/RetroArch_Metal.xcodeproj deploy: