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

View File

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