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:
parent
ac10236cc8
commit
32f5907fef
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue