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