Increase macos version, drop sierra support (#3837)

800b0f4b2f 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.
This commit is contained in:
ebbit1q 2019-10-09 05:55:47 +02:00 committed by Zach H
parent 8879fc2e39
commit f840dcbd66

View file

@ -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: