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:
21
21
strategy :
22
22
fail-fast : false
23
23
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.
26
26
include :
27
- - os : ubuntu-24.04
27
+ - os : ubuntu-latest
28
28
os-arch : linux-x86_64
29
29
release-flags : --flag '--static -g -fbacktrace -O3'
30
30
@@ -264,7 +264,7 @@ jobs:
264
264
265
265
upload-artifacts :
266
266
if : ${{ github.event_name == 'release' && contains(github.ref, 'v') || github.event_name == 'push' }}
267
- runs-on : ubuntu-24.04
267
+ runs-on : ubuntu-latest
268
268
needs :
269
269
- build
270
270
- make-installer
Original file line number Diff line number Diff line change @@ -29,11 +29,11 @@ jobs:
29
29
fail-fast : false
30
30
matrix :
31
31
include :
32
- - os : ubuntu-24.04
32
+ - os : ubuntu-latest
33
33
mpi : intel
34
- - os : ubuntu-24.04
34
+ - os : ubuntu-latest
35
35
mpi : openmpi
36
- - os : ubuntu-24.04
36
+ - os : ubuntu-latest
37
37
mpi : mpich
38
38
- os : macos-12
39
39
mpi : openmpi
You can’t perform that action at this time.
0 commit comments