- use Xcode 11.2 in Travis config

This commit is contained in:
alexey.lysiuk 2019-10-13 14:27:58 +03:00
parent 5851de9e0c
commit f866ade4f1

View file

@ -16,7 +16,7 @@ matrix:
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Debug -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9"
- os: osx
osx_image: xcode11
osx_image: xcode11.2
env:
- CMAKE_OPTIONS="-DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9"