We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
macos-15-intel
1 parent d088322 commit 8ead286Copy full SHA for 8ead286
.github/actions/plan/platforms.ts
@@ -7,8 +7,7 @@ export type StandardRunnerOS =
7
| "ubuntu-24.04-arm"
8
| "ubuntu-22.04"
9
| "ubuntu-22.04-arm"
10
- | "macos-13" // intel
11
- | "macos-14" // arm
+ | "macos-15-intel" //intel
12
| "macos-15" // arm
13
| "windows-latest";
14
@@ -87,7 +86,7 @@ export const all = {
87
86
},
88
macos_amd64: {
89
name: "macOS (amd64)",
90
- os: "macos-13",
+ os: "macos-15-intel",
91
buildEnvScript: buildEnvScriptPath("macos.sh"),
92
isOnSelfHostedRunner: false,
93
essential: false,
0 commit comments