travis-ci - upgrade to xcode11

This commit is contained in:
Artem Pavlenko 2021-03-05 12:42:13 +00:00
parent 3c475ab7da
commit 459ea9f486

View file

@ -47,7 +47,7 @@ matrix:
- os: osx
name: OSX clang
# https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions
osx_image: xcode7.3 # upgrades clang from 6 -> 7
osx_image: xcode11
env: >-
CXX="ccache clang++ -Qunused-arguments"