Skip to content

Commit 258ac56

Browse files
authored
Move 32bit OSX build back to xcode 8.3 but switch to gcc8
1 parent 32f5907 commit 258ac56

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,16 +162,16 @@ matrix:
162162
before_script:
163163
- COMMON_FLAGS="DYNAMIC_ARCH=1 TARGET=NEHALEM NUM_THREADS=32"
164164
- brew update
165-
- brew install gcc # for gfortran
165+
- brew install gcc@8 # for gfortran
166166
script:
167167
- travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
168168
env:
169-
- BTYPE="BINARY=64 INTERFACE64=1"
169+
- BTYPE="BINARY=64 INTERFACE64=1 FC=gfortran-8"
170170

171171
- <<: *test-macos
172-
osx_image: xcode9.3
172+
osx_image: xcode8.3
173173
env:
174-
- BTYPE="BINARY=32"
174+
- BTYPE="BINARY=32 FC=gfortran-8"
175175

176176
# whitelist
177177
branches:

0 commit comments

Comments
 (0)