Browse Source

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
tags/v0.3.8^2
Martin Kroeker GitHub 6 years ago
parent
commit
32f5907fef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml 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"



Loading…
Cancel
Save