瀏覽代碼

travis: Make macOS builds utilize Xcode 10

Keeps the used toolchain up to date and finally allows the use of
<optional> and <variant> standard library headers within the codebase.
Lioncash 7 年之前
父節點
當前提交
5873b14efd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -24,7 +24,7 @@ matrix:
     - os: osx
       env: NAME="macos build"
       sudo: false
-      osx_image: xcode9.3
+      osx_image: xcode10
       install: "./.travis/macos/deps.sh"
       script: "./.travis/macos/build.sh"
       after_success: "./.travis/macos/upload.sh"