From b9d63783b5dfbbdd46c6749f362e2339f11f414f Mon Sep 17 00:00:00 2001 From: commitay Date: Fri, 12 Oct 2018 08:56:00 +1000 Subject: [PATCH] .travis.yml: update to xcode 10 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 92e1027b00..2fcd11ce6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ matrix: fast_finish: true include: - os: osx - osx_image: xcode9.4 + osx_image: xcode10 - os: linux sudo: false