Skip to content

Commit a6f1650

Browse files
committed
add gfortran 13 to CI
1 parent f6109b8 commit a6f1650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-latest]
13-
gcc_v: [9,10,11,12] # gfortran versions to test
13+
gcc_v: [9,10,11,12,13] # gfortran versions to test
1414
python-version: [3.9]
1515
env:
1616
FC: gfortran-${{ matrix.gcc_v }}

0 commit comments

Comments
 (0)