From d8489c0dc12b97e48f9f6c1bd3fee4cd5cb7e428 Mon Sep 17 00:00:00 2001 From: thomasvl Date: Fri, 20 Apr 2018 16:29:20 -0400 Subject: [PATCH] Move to Xcode 9.3 which also means a High Sierra image. PiperOrigin-RevId: 193714309 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7fc53d3bbf..15997ac6ae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ language: swift # Travis does not use osx_image when it computes the matrix itself, if we want # to test on multiple versions, then it required manually building the matrix # to set a different osx_image for each configuration. -osx_image: xcode9.2 +osx_image: xcode9.3 # Build out the matrix ourselves so we can set multiple variables. # - `BAZEL`: Used in `before_install` to pick the version of bazel to use,