From f42dcb72d5c069648505ad9a150ce128f5f166e6 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Fri, 14 May 2021 14:51:42 +0200 Subject: [PATCH] fix: using newer macOS image on travis to avoid timeouts due to homebrew compilation forced by EOL OS (fixes #865) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9975d155..29853b0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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