Browse Source

Switch the Travis build to use osx_image: xcode12.5, in an attempt to avoid timeouts with Homebrew.

tags/json-c-0.16-20220414
Eric Haszlakiewicz 4 years ago
parent
commit
db6a6cc2b2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -79,7 +79,7 @@ matrix:
osx_image: xcode9.4 osx_image: xcode9.4
env: XCODE="true" env: XCODE="true"
- os: osx - os: osx
osx_image: xcode10.1
osx_image: xcode12.5
env: XCODE="true" CHECK="true" env: XCODE="true" CHECK="true"


# run coveralls # run coveralls


Loading…
Cancel
Save