Update 32bit macOS again to xcode 9.3

os version 10.13 "High Sierra" appears to be the oldest release now for which Homebrew provides a gcc package.
Anything older and the Travis job will run out of time building gcc from source
This commit is contained in:
Martin Kroeker 2019-10-03 01:09:02 +02:00 committed by GitHub
parent ac10236cc8
commit 32f5907fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ matrix:
- BTYPE="BINARY=64 INTERFACE64=1" - BTYPE="BINARY=64 INTERFACE64=1"
- <<: *test-macos - <<: *test-macos
osx_image: xcode9.2 osx_image: xcode9.3
env: env:
- BTYPE="BINARY=32" - BTYPE="BINARY=32"