fix: using newer macOS image on travis to avoid timeouts due to homebrew compilation forced by EOL OS (fixes #865)

This commit is contained in:
Simone Margaritelli 2021-05-14 14:51:42 +02:00
commit f42dcb72d5

View file

@ -83,6 +83,7 @@ matrix:
- name: OSX - amd64
if: tag IS present
os: osx
osx_image: xcode12.5
arch: amd64
addons:
homebrew:
@ -142,6 +143,7 @@ matrix:
- name: OSX - tests
if: tag IS blank
os: osx
osx_image: xcode12.5
arch: amd64
allow_failures:
- go: master