From b9656da8a5f8abd9e0cae2fd6de78c9846f287b3 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 11 Sep 2019 18:27:45 -0700 Subject: [PATCH] Use Xcode 11 image for Travis CI --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5ae3f72..ae9ad1f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,17 +6,17 @@ git: matrix: include: - os: osx - osx_image: xcode10.2 + osx_image: xcode11 env: - SCHEME="Moonlight" - TARGET="platform=iOS Simulator,OS=12.1,name=iPhone SE" - os: osx - osx_image: xcode10.2 + osx_image: xcode11 env: - SCHEME="Moonlight" - TARGET="platform=iOS Simulator,OS=12.1,name=iPad Pro (9.7-inch)" - os: osx - osx_image: xcode10.2 + osx_image: xcode11 env: - SCHEME="Moonlight TV" - TARGET="platform=tvOS Simulator,OS=12.1,name=Apple TV 4K"