Skip to content

Commit c3eb298

Browse files
Bump MacOS (amd64) build to macos-15 os
1 parent d088322 commit c3eb298

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/actions/plan/platforms.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

1514
export 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,

0 commit comments

Comments
 (0)