Use Xcode 9.1 for Travis builds

This commit is contained in:
alexey.lysiuk 2017-11-05 10:11:43 +02:00
parent fafc636476
commit a1562c5a76
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ git:
matrix:
include:
- os: osx
osx_image: xcode9
osx_image: xcode9.1
env:
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=10.7"