File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -214,23 +214,19 @@ matrix:
214
214
osx_image : xcode11.5
215
215
before_script :
216
216
- COMMON_FLAGS="DYNAMIC_ARCH=1 NUM_THREADS=32"
217
- - brew update
218
- - brew install gcc@10
219
217
script :
220
218
- travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
221
219
env :
222
- - BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-10 "
220
+ - BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-9 "
223
221
224
222
- << : *test-macos
225
223
osx_image : xcode12
226
224
before_script :
227
225
- COMMON_FLAGS="DYNAMIC_ARCH=1 NUM_THREADS=32"
228
- - brew update
229
- - brew install gcc@10 # for gfortran
230
226
script :
231
227
- travis_wait 45 make QUIET_MAKE=1 $COMMON_FLAGS $BTYPE
232
228
env :
233
- - BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-10 "
229
+ - BTYPE="TARGET=NEHALEM BINARY=64 INTERFACE64=1 FC=gfortran-9 "
234
230
235
231
# - <<: *test-macos
236
232
# osx_image: xcode10
You can’t perform that action at this time.
0 commit comments