Skip to content

Commit

Permalink
.travis.yml: Always use osx_image xcode11
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Dec 19, 2019
1 parent 9373585 commit c980739
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:

- name: OSX/clang/SCons build
os: osx
osx_image: xcode11
compiler: clang
cache:
directories:
Expand Down Expand Up @@ -107,6 +108,7 @@ jobs:

- name: OSX/clang/CMake build
os: osx
osx_image: xcode11
compiler: clang
cache:
ccache: true
Expand Down

0 comments on commit c980739

Please sign in to comment.