Skip to content

Commit 896ef37

Browse files
committed
update CI for gfortran 10
1 parent 6609cc0 commit 896ef37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ jobs:
7373
working-directory: build
7474

7575
- name: Test in-tree builds
76-
if: contains( matrix.gcc_v, '9') # Only test one compiler on each platform
76+
if: contains( matrix.gcc_v, '10') # Only test one compiler on each platform
7777
run: |
7878
cmake -DCMAKE_MAXIMUM_RANK=4 .
7979
cmake --build .
8080
cmake --build . --target test
8181
8282
- name: Test manual makefiles
83-
if: contains(matrix.os, 'ubuntu') && contains(matrix.gcc_v, '9')
83+
if: contains(matrix.os, 'ubuntu') && contains(matrix.gcc_v, '10')
8484
run: |
8585
make -f Makefile.manual FYPPFLAGS="-DMAXRANK=4"
8686
make -f Makefile.manual test

0 commit comments

Comments
 (0)