diff options
author | Shen-Ta Hsieh <ibmibmibm.tw@gmail.com> | 2020-06-04 08:35:02 +0800 |
---|---|---|
committer | Shen-Ta Hsieh <ibmibmibm.tw@gmail.com> | 2020-06-04 08:35:02 +0800 |
commit | d181ecce7b4e0dbce11538728f80c13c094b6c13 (patch) | |
tree | 4b2bd36c4d9e71f6dcfb6dfb328ba5465eda1406 /.travis.yml | |
parent | d2d53cc9d6413871ba956f89b384b25b9b76bbea (diff) |
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
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index baa55430e..f6b7419f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" - os: osx - osx_image: xcode9.4 + osx_image: xcode10.3 addons: homebrew: packages: |