Skip to content

Commit

Permalink
Use XCode 8.3 for macOS on Travis (JuliaLang#30599)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ararslan authored and andreasnoack committed Jan 5, 2019
1 parent 5290bba commit 862fe08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ matrix:
- gfortran-5
- os: osx
env: ARCH="x86_64"
osx_image: xcode8
osx_image: xcode8.3
cache: ccache
branches:
only:
Expand Down

0 comments on commit 862fe08

Please sign in to comment.