Skip to content

Commit 862fe08

Browse files
ararslanandreasnoack
authored andcommitted
Use XCode 8.3 for macOS on Travis (#30599)
This corresponds to macOS 10.12 Sierra. XCode 8 covers El Capitan and Sierra, so if Travis is giving us XCode 8.x for x < 3, we're on El Cap. Homebrew supports only three versions of macOS at a time, which means that El Cap (10.11) is no longer support. This is likely why our Mac builds are trying to build GCC from source; a bottle might not be available.
1 parent 5290bba commit 862fe08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ matrix:
4040
- gfortran-5
4141
- os: osx
4242
env: ARCH="x86_64"
43-
osx_image: xcode8
43+
osx_image: xcode8.3
4444
cache: ccache
4545
branches:
4646
only:

0 commit comments

Comments
 (0)