Skip to content

Commit 249f706

Browse files
committed
removed gfortran 13 from CI
1 parent aad78b2 commit 249f706

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,13] # gfortran versions to test
13+
gcc_v: [9,10,11,12] # gfortran versions to test
1414
python-version: [3.9]
1515
env:
1616
FC: gfortran-${{ matrix.gcc_v }}

0 commit comments

Comments
 (0)