Let's see if upgrading xcode to 12.2 solves the boost issue
This commit is contained in:
parent
8271bbde06
commit
5d88fa4a2c
1 changed files with 2 additions and 2 deletions
|
@ -46,8 +46,8 @@ matrix:
|
||||||
packages: [ 'xutils-dev', 'libstdc++-6-dev','postgresql-9.5-postgis-2.4' ]
|
packages: [ 'xutils-dev', 'libstdc++-6-dev','postgresql-9.5-postgis-2.4' ]
|
||||||
- os: osx
|
- os: osx
|
||||||
name: OSX clang
|
name: OSX clang
|
||||||
# https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions
|
#https://docs.travis-ci.com/user/reference/osx#macos-version
|
||||||
osx_image: xcode11
|
osx_image: xcode12.2
|
||||||
env: >-
|
env: >-
|
||||||
CXX="ccache clang++ -Qunused-arguments"
|
CXX="ccache clang++ -Qunused-arguments"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue