Skip to content

Commit 09807ac

Browse files
committed
added back gcc 7 to CI
1 parent 29ce506 commit 09807ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest]
16-
gcc_v: [8,9,10] # Version of GFortran we want to use.
16+
gcc_v: [7,8,9,10] # Version of GFortran we want to use.
1717
python-version: [3.7]
1818
env:
1919
FC: gfortran-${{matrix.gcc_v}}
@@ -57,7 +57,7 @@ jobs:
5757
--slave /usr/bin/gcov gcov /usr/bin/gcov-${GCC_V}
5858
5959
# - name: Compile_with_build_mkdocs
60-
# if: matrix.gcc_v == 9
60+
# if: matrix.gcc_v == 7
6161
# run: |
6262
# # GFORTRAN=gfortran-${{matrix.gcc_v}}
6363
# # GCOV=gcov-${{matrix.gcc_v}}

0 commit comments

Comments
 (0)