File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,8 @@ export type StandardRunnerOS =
77 | "ubuntu-24.04-arm"
88 | "ubuntu-22.04"
99 | "ubuntu-22.04-arm"
10- | "macos-13" // intel
11- | "macos-14" // arm
12- | "macos-15" // arm
10+ | "macos-15"
11+ | "macos-15-arm"
1312 | "windows-latest" ;
1413
1514export type CustomRunnerOS = never ;
@@ -87,7 +86,7 @@ export const all = {
8786 } ,
8887 macos_amd64 : {
8988 name : "macOS (amd64)" ,
90- os : "macos-13 " ,
89+ os : "macos-15 " ,
9190 buildEnvScript : buildEnvScriptPath ( "macos.sh" ) ,
9291 isOnSelfHostedRunner : false ,
9392 essential : false ,
@@ -98,7 +97,7 @@ export const all = {
9897 } ,
9998 macos_aarch64 : {
10099 name : "macOS (aarch64)" ,
101- os : selfHostedRunners . macosAarch64 ,
100+ os : "macos-15-arm" ,
102101 buildEnvScript : buildEnvScriptPath ( "macos.sh" ) ,
103102 isOnSelfHostedRunner : true ,
104103 essential : false ,
You can’t perform that action at this time.
0 commit comments