Skip to content

Commit 0b0cef9

Browse files
committed
Update MacOS runner names
1 parent 7a71c3f commit 0b0cef9

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,17 +139,20 @@
139139
'Linux (clang, debian:stable, arm)',
140140
'Linux (clang, debian:testing)',
141141
'Linux (clang, debian:testing, arm)',
142-
'MacOS (macOS-13)',
143-
'MacOS (macOS-14)',
142+
'MacOS (macOS-15-intel)',
143+
'MacOS (macOS-15)',
144144
'Windows (check)',
145145
'Windows (check, arm)',
146146
'Windows (installer)',
147147
'Windows (installer, arm)'
148148
];
149149

150150
matrix.forEach(function(name){
151-
if(name === 'MacOS (macOS-13)' && jobs['MacOS']){
152-
name = 'MacOS'
151+
if(name === 'MacOS (macOS-15)' && jobs['MacOS (macOS-14)']){
152+
name = 'MacOS (macOS-14)';
153+
}
154+
if(name === 'MacOS (macOS-15-intel)' && jobs['MacOS (macOS-13)']){
155+
name = 'MacOS (macOS-13)';
153156
}
154157
if(jobs && jobs[name] && jobs[name].status){
155158
const job = jobs[name];

0 commit comments

Comments
 (0)