From db6a6cc2b229f2c9ed31d7069ff46b9a184ab160 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Sun, 25 Jul 2021 20:03:55 +0000 Subject: [PATCH] Switch the Travis build to use osx_image: xcode12.5, in an attempt to avoid timeouts with Homebrew. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 08772c1..bfc7002 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,7 +79,7 @@ matrix: osx_image: xcode9.4 env: XCODE="true" - os: osx - osx_image: xcode10.1 + osx_image: xcode12.5 env: XCODE="true" CHECK="true" # run coveralls -- 2.50.0