Skip to content

Commit a6692dc

Browse files
authored
use gfortran-10 with xcode 12
1 parent 72a553f commit a6692dc

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
@@ -223,10 +223,12 @@ matrix:
223223
osx_image: xcode12
224224
before_script:
225225
- COMMON_FLAGS="DYNAMIC_ARCH=1 NUM_THREADS=32"
226+
- brew update
227+
- brew install gcc@10
226228
script:
227229
- travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
228230
env:
229-
- BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-9"
231+
- BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-10"
230232

231233
# - <<: *test-macos
232234
# osx_image: xcode10

0 commit comments

Comments
 (0)