From: Eric Haszlakiewicz Date: Sun, 25 Jul 2021 20:03:55 +0000 (+0000) Subject: Switch the Travis build to use osx_image: xcode12.5, in an attempt to avoid timeouts... X-Git-Tag: json-c-0.16-20220414~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db6a6cc2b229f2c9ed31d7069ff46b9a184ab160;p=thirdparty%2Fjson-c.git Switch the Travis build to use osx_image: xcode12.5, in an attempt to avoid timeouts with Homebrew. --- diff --git a/.travis.yml b/.travis.yml index 08772c15..bfc7002b 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