Skip to content

Commit 32f5907

Browse files
authored
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
1 parent ac10236 commit 32f5907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ matrix:
169169
- BTYPE="BINARY=64 INTERFACE64=1"
170170

171171
- <<: *test-macos
172-
osx_image: xcode9.2
172+
osx_image: xcode9.3
173173
env:
174174
- BTYPE="BINARY=32"
175175

0 commit comments

Comments
 (0)