diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2019-05-19 12:33:30 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-05-19 14:14:37 -0700 |
commit | 887169b72cbafa1dd2ba30f9d85a627cbadd7beb (patch) | |
tree | 2f159ba53cb0b3251191e3b812701bb512609be1 | |
parent | b68b42bd2f9d995ec76a791e6cf1322590f065fe (diff) | |
download | subsurface-887169b72cbafa1dd2ba30f9d85a627cbadd7beb.tar.gz |
Travis: build Mac against macOS 10.12
This way the Subsurface.app.zip should run on all versions of macOS
that Qt supports.
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 6fe18c7b1..116acbe91 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ matrix: - env: SUBSURFACE_PLATFORM='mac' os: osx - osx_image: xcode10.1 + osx_image: xcode9.2 language: c++ addons: homebrew: |