Skip to content

Commit 81df769

Browse files
authored
Merge pull request #25 from wavebitscientific/remove-gfortran8-from-ci
Remove gfortran-8 from the CI workflow
2 parents 77332d4 + 45ee3b9 commit 81df769

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
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
compiler: [gfortran-8, gfortran-9, gfortran-10]
22+
compiler: [gfortran-9, gfortran-10]
2323

2424
steps:
2525
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)