From 11e99ffd183d69306ad1226df7090571c1b76bbe Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Tue, 2 Jun 2020 17:40:21 +0200 Subject: [PATCH] Travis CI: Update to Xcode 11.5 from Xcode 11.3. Also updates macOS version from 10.14.6 to 10.15.4 and JDK from 14.0.0 to 14.0.1 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 04394cf6..cd6bc541 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: objective-c # macOS and Xcode Version os: osx -osx_image: xcode11.3 +osx_image: xcode11.5 # Build dependencies # Travis has trouble with python3, which SPIRV-Tools requires,