Skip to content

Commit 52ad612

Browse files
committed
[travis] Use xcode11 image
1 parent de8e2e3 commit 52ad612

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: .travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- python3-pip
4040
- libcppunit-dev
4141
- os: osx
42+
osx_image: xcode11
4243
script: ./scripts/travis.sh
4344
compiler: clang
4445
env: T=clang-osx CMAKE_BUILD_TYPE=Debug
@@ -49,6 +50,7 @@ jobs:
4950
- yarn
5051
- cppunit
5152
- os: osx
53+
osx_image: xcode11
5254
script: ./scripts/travis.sh
5355
compiler: clang
5456
env: T=clang-osx CMAKE_BUILD_TYPE=Release

0 commit comments

Comments
 (0)