瀏覽代碼

Merge pull request #39122 from Calinou/travis-xcode-11.5

Travis CI: Use the Xcode 11.5 image for macOS builds
Rémi Verschelde 5 年之前
父節點
當前提交
d2be503ebb
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -69,7 +69,7 @@ matrix:
       stage: build
       env: PLATFORM=osx TOOLS=yes TARGET=debug CACHE_NAME=${PLATFORM}-tools-clang EXTRA_ARGS="warnings=extra werror=yes"
       os: osx
-      osx_image: xcode11.3
+      osx_image: xcode11.5
       compiler: clang
       addons:
         homebrew:
@@ -83,7 +83,7 @@ matrix:
 #      stage: build
 #      env: PLATFORM=iphone TOOLS=no TARGET=debug CACHE_NAME=${PLATFORM}-clang
 #      os: osx
-#      osx_image: xcode11.3
+#      osx_image: xcode11.5
 #      compiler: clang
 #      addons:
 #        homebrew: