File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 strategy :
2222 fail-fast : false
2323 matrix :
24- os : [ubuntu-24.04 , macos-11, windows-latest]
25- gcc_v : [10,11,12,13 ] # Version of GFortran we want to use.
24+ os : [ubuntu-latest , macos-11, windows-latest]
25+ gcc_v : [10,11,12] # Version of GFortran we want to use.
2626 include :
27- - os : ubuntu-24.04
27+ - os : ubuntu-latest
2828 os-arch : linux-x86_64
2929 release-flags : --flag '--static -g -fbacktrace -O3'
3030
@@ -264,7 +264,7 @@ jobs:
264264
265265 upload-artifacts :
266266 if : ${{ github.event_name == 'release' && contains(github.ref, 'v') || github.event_name == 'push' }}
267- runs-on : ubuntu-24.04
267+ runs-on : ubuntu-latest
268268 needs :
269269 - build
270270 - make-installer
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
2929 fail-fast : false
3030 matrix :
3131 include :
32- - os : ubuntu-24.04
32+ - os : ubuntu-latest
3333 mpi : intel
34- - os : ubuntu-24.04
34+ - os : ubuntu-latest
3535 mpi : openmpi
36- - os : ubuntu-24.04
36+ - os : ubuntu-latest
3737 mpi : mpich
3838 - os : macos-12
3939 mpi : openmpi
You can’t perform that action at this time.
0 commit comments