We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ce506 commit 09807acCopy full SHA for 09807ac
.github/workflows/CI.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
os: [ubuntu-latest]
16
- gcc_v: [8,9,10] # Version of GFortran we want to use.
+ gcc_v: [7,8,9,10] # Version of GFortran we want to use.
17
python-version: [3.7]
18
env:
19
FC: gfortran-${{matrix.gcc_v}}
@@ -57,7 +57,7 @@ jobs:
57
--slave /usr/bin/gcov gcov /usr/bin/gcov-${GCC_V}
58
59
# - name: Compile_with_build_mkdocs
60
- # if: matrix.gcc_v == 9
+ # if: matrix.gcc_v == 7
61
# run: |
62
# # GFORTRAN=gfortran-${{matrix.gcc_v}}
63
# # GCOV=gcov-${{matrix.gcc_v}}
0 commit comments