We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02252d4 commit 8fabf2fCopy full SHA for 8fabf2f
1 file changed
.github/workflows/build.yml
@@ -24,6 +24,10 @@ jobs:
24
compiler: gfortran
25
compiler-version: 14
26
fpm-compiler: gfortran
27
+ - os: ubuntu-latest
28
+ compiler: gfortran
29
+ compiler-version: 15
30
+ fpm-compiler: gfortran
31
32
# gfortran on macOS
33
- os: macos-latest
0 commit comments