diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-11-08 22:43:59 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2019-11-23 20:07:15 +0100 |
commit | e8f8182844a91a8ae5838f06a41968e95386904c (patch) | |
tree | 0488245120b757f1988188d0b5fd4472d768bae8 /.travis.yml | |
parent | Fix links opening user dialog and in browser (diff) | |
download | nheko-e8f8182844a91a8ae5838f06a41968e95386904c.tar.xz |
Use default macOS image
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 078611a0..b6112eb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,8 @@ matrix: include: - os: osx compiler: clang - osx_image: xcode9.2 + # Use the default osx image, because that one is actually tested to work with homebrew and probably the oldest supported version + # osx_image: xcode9 env: - DEPLOYMENT=1 - USE_BUNDLED_BOOST=0 |