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,20 +21,20 @@ jobs:
21
21
strategy :
22
22
fail-fast : false
23
23
matrix :
24
- os : [ubuntu-latest, macos-12 , windows-latest]
24
+ os : [ubuntu-latest, macos-13 , windows-latest]
25
25
toolchain :
26
26
- {compiler: gcc, version: 10}
27
27
- {compiler: gcc, version: 11}
28
28
- {compiler: gcc, version: 12}
29
29
- {compiler: gcc, version: 13}
30
30
exclude :
31
- - os : macos-12
31
+ - os : macos-13
32
32
toolchain : {compiler: gcc, version: 13}
33
33
include :
34
34
- os : ubuntu-latest
35
35
os-arch : linux-x86_64
36
36
release-flags : --flag '--static -g -fbacktrace -O3'
37
- - os : macos-12
37
+ - os : macos-13
38
38
os-arch : macos-x86_64
39
39
release-flags : --flag '-g -fbacktrace -O3'
40
40
- os : windows-latest
59
59
with :
60
60
fpm-version : ' v0.8.0'
61
61
62
- # Backport gfortran shared libraries to version 9 folder. This is necessary because the macOS release of fpm
62
+ # Backport gfortran shared libraries to version 10 folder. This is necessary because the macOS release of fpm
63
63
# 0.10.0 used for bootstrapping has these paths hardcoded in the executable.
64
64
- name : MacOS patch libgfortran
65
65
if : contains(matrix.os, 'macos') && !contains(matrix.toolchain.version, '10')
@@ -190,7 +190,7 @@ jobs:
190
190
strategy :
191
191
fail-fast : false
192
192
matrix :
193
- gcc_v : [10, 11,12]
193
+ gcc_v : [11,12,13 ]
194
194
195
195
steps :
196
196
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 35
35
mpi : openmpi
36
36
- os : ubuntu-latest
37
37
mpi : mpich
38
- - os : macos-12
38
+ - os : macos-13
39
39
mpi : openmpi
40
- - os : macos-12
40
+ - os : macos-13
41
41
mpi : mpich
42
42
43
43
You can’t perform that action at this time.
0 commit comments