File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 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 ] ;
You can’t perform that action at this time.
0 commit comments