From f840dcbd663b8cfad792f157b3f1c82ca562f143 Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Wed, 9 Oct 2019 05:55:47 +0200 Subject: [PATCH] Increase macos version, drop sierra support (#3837) https://github.com/Homebrew/homebrew-core/commit/800b0f4b2fba1b50a1157ee216a2ddca75b52f0d homebrew no longer provides a bottle for protobuf, which is so big we can't do without a precompiled version. This means we can no longer support sierra 10.12 and have to use high sierra 10.13, this does not seems like a very painful grade however as there are no differences in hardware requirements between the two and any user on sierra can upgrade to high sierra if they wanted to. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e432e8df..bbad4394 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,7 +47,7 @@ matrix: - name: macOS (Debug) if: tag IS NOT present os: osx - osx_image: xcode9.2 + osx_image: xcode10.1 cache: - ccache - directories: @@ -67,7 +67,7 @@ matrix: - name: macOS (Release) if: (branch = master AND NOT type = pull_request) OR tag IS present os: osx - osx_image: xcode9.2 + osx_image: xcode10.1 cache: - ccache - directories: