Update Travis to Xcode 11.1 to correctly resolve MTLGPUFamily values.

This commit is contained in:
Bill Hollings 2019-10-17 08:23:41 -04:00
parent b5b103e75c
commit ae8a39e0d3

View File

@ -1,7 +1,7 @@
language: objective-c language: objective-c
# macOS and Xcode Version # macOS and Xcode Version
osx_image: xcode11 osx_image: xcode11.1
# Build dependencies # Build dependencies
# Travis has trouble with python3, which SPIRV-Tools requires, # Travis has trouble with python3, which SPIRV-Tools requires,