Skip to content

Commit 57456c2

Browse files
authored
fix gfortran requirement in osx interface64 test
1 parent c361313 commit 57456c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,10 @@ matrix:
216216
- COMMON_FLAGS="DYNAMIC_ARCH=1 NUM_THREADS=32"
217217
script:
218218
- travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
219+
- brew update
220+
- brew install gcc-10
219221
env:
220-
- BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-8"
222+
- BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-10"
221223

222224
- <<: *test-macos
223225
osx_image: xcode12

0 commit comments

Comments
 (0)