.travis.yml: switch the OSX build to xcode11.6

The clang/libc++ version in xcode10.3 does not support C++17 properly
and cannot build MPD.
This commit is contained in:
Max Kellermann 2021-04-27 17:19:19 +02:00
parent 8c51440057
commit bfed47b82d
1 changed files with 1 additions and 2 deletions

View File

@ -61,7 +61,7 @@ jobs:
- MATRIX_EVAL="export CC='ccache gcc-8' CXX='ccache g++-8' LDFLAGS=-fuse-ld=gold PATH=\$HOME/.local/bin:\$PATH"
- os: osx
osx_image: xcode10.3
osx_image: xcode11.6
addons:
homebrew:
packages:
@ -85,7 +85,6 @@ jobs:
- faad2
- wavpack
- libmpdclient
update: true
env:
- MATRIX_EVAL="export PATH=/usr/local/opt/ccache/libexec:$PATH HOMEBREW_NO_ANALYTICS=1"