macos: change CI xcode to 10.3 for c++17 support

c++17 is offered by default with Xcode 10
https://developer.apple.com/documentation/xcode_release_notes/xcode_10_release_notes
This commit is contained in:
Shen-Ta Hsieh 2020-06-04 08:35:02 +08:00
parent d2d53cc9d6
commit d181ecce7b
No known key found for this signature in database
GPG Key ID: DF7FED2B0492FA77
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,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: xcode9.4 osx_image: xcode10.3
addons: addons:
homebrew: homebrew:
packages: packages: