- updated Travis CI configuration to use Xcode 10.2

This commit is contained in:
alexey.lysiuk 2019-03-30 11:15:26 +02:00 committed by drfrag
parent 5e2a4345ba
commit 1db88bba94

View file

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