From 18f3e15046bba2b89a88cd7ba3e4df1e167c0b14 Mon Sep 17 00:00:00 2001 From: Ewout ter Hoeven Date: Fri, 20 Sep 2019 11:09:33 +0200 Subject: [PATCH] Travis: Update build enviourment to xcode11 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3003a377..32a4db12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: objective-c # macOS and Xcode Version -osx_image: xcode10 +osx_image: xcode11 # Build dependencies # Travis has trouble with python3, which SPIRV-Tools requires,