Commit bfed47b8 authored by Max Kellermann's avatar Max Kellermann

.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.
parent 8c514400
...@@ -61,7 +61,7 @@ jobs: ...@@ -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" - MATRIX_EVAL="export CC='ccache gcc-8' CXX='ccache g++-8' LDFLAGS=-fuse-ld=gold PATH=\$HOME/.local/bin:\$PATH"
- os: osx - os: osx
osx_image: xcode10.3 osx_image: xcode11.6
addons: addons:
homebrew: homebrew:
packages: packages:
...@@ -85,7 +85,6 @@ jobs: ...@@ -85,7 +85,6 @@ jobs:
- faad2 - faad2
- wavpack - wavpack
- libmpdclient - libmpdclient
update: true
env: env:
- MATRIX_EVAL="export PATH=/usr/local/opt/ccache/libexec:$PATH HOMEBREW_NO_ANALYTICS=1" - MATRIX_EVAL="export PATH=/usr/local/opt/ccache/libexec:$PATH HOMEBREW_NO_ANALYTICS=1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment