Skip to content

Commit 6609cc0

Browse files
committed
add gfortran 10 to CI
1 parent 7b24642 commit 6609cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [ubuntu-latest, macos-latest]
24-
gcc_v: [7, 8, 9] # Version of GFortran we want to use.
24+
gcc_v: [7, 8, 9, 10] # Version of GFortran we want to use.
2525
env:
2626
FC: gfortran-${{ matrix.gcc_v }}
2727
GCC_V: ${{ matrix.gcc_v }}

0 commit comments

Comments
 (0)