We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff0df3 commit c9ca4eeCopy full SHA for c9ca4ee
1 file changed
.github/workflows/build.yml
@@ -19,6 +19,16 @@ jobs:
19
extra_flags: [ -g ]
20
21
include:
22
+ - os: ubuntu-24.04
23
+ compiler: gfortran
24
+ version: 9
25
26
27
+ version: 10
28
29
30
+ version: 11
31
+
32
- os: ubuntu-22.04
33
compiler: gfortran
34
version: 12 # no package available for gfortran 13+
@@ -145,7 +155,7 @@ jobs:
145
155
run: |
146
156
set -x
147
157
sudo apt update
148
- # sudo apt list -a 'gfortran-*'
158
+ #sudo apt list -a 'gfortran-*'
149
159
sudo apt install -y build-essential
150
160
if [[ ${COMPILER_VERSION} < 15 ]] ; then \
151
161
sudo apt install -y gfortran-${COMPILER_VERSION} ; \
0 commit comments