From dcefce5bc6e91f25fd678d00e56b90cf5269cd72 Mon Sep 17 00:00:00 2001 From: Anthony Oliveri Date: Fri, 9 Nov 2018 17:14:42 -0600 Subject: [PATCH] ci: Upgrade Travis builds from Xcode 9.3 -> Xcode 10.1 This will allow the pre-built frameworks attached to releases to get built with the latest Swift version (4.2.1) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8879af652..38e287841 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ matrix: dist: trusty sudo: required - os: osx - osx_image: xcode9.3 + osx_image: xcode10.1 branches: only: - master