Skip to content

Commit 8fabf2f

Browse files
committed
feat(CI): add gfortran 15 on Linux
1 parent 02252d4 commit 8fabf2f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
compiler: gfortran
2525
compiler-version: 14
2626
fpm-compiler: gfortran
27+
- os: ubuntu-latest
28+
compiler: gfortran
29+
compiler-version: 15
30+
fpm-compiler: gfortran
2731

2832
# gfortran on macOS
2933
- os: macos-latest

0 commit comments

Comments
 (0)