diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-07-09 13:03:33 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-07-09 15:23:49 -0700 |
commit | 054f66bb1efdb5a27a9c511eb865611d16c9cb95 (patch) | |
tree | 6311a85f1a179a859e07d7579a7033f6e0ee6d24 | |
parent | 25b78d737958bf868cd219205631a00daad89a4d (diff) | |
download | subsurface-054f66bb1efdb5a27a9c511eb865611d16c9cb95.tar.gz |
Travis: update to macOS 10.11 based image
Qt 5.11 requires macOS 10.11.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 86fa3c99e..4f4ae3593 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ matrix: - env: SUBSURFACE_PLATFORM='mac' os: osx - osx_image: xcode6.4 + osx_image: xcode8 language: c++ ruby - env: SUBSURFACE_PLATFORM='windows' |