Skip to content

Commit 8ead286

Browse files
Bump MacOS (amd64) build OS to macos-15-intel (#1654)
Bump MacOS (amd64) build to macos-15 os
1 parent d088322 commit 8ead286

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/actions/plan/platforms.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ 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
10+
| "macos-15-intel" //intel
1211
| "macos-15" // arm
1312
| "windows-latest";
1413

@@ -87,7 +86,7 @@ export const all = {
8786
},
8887
macos_amd64: {
8988
name: "macOS (amd64)",
90-
os: "macos-13",
89+
os: "macos-15-intel",
9190
buildEnvScript: buildEnvScriptPath("macos.sh"),
9291
isOnSelfHostedRunner: false,
9392
essential: false,

0 commit comments

Comments
 (0)