From f992321b8009f411c18d88fb825c20d0176cc989 Mon Sep 17 00:00:00 2001 From: Dmitry Lavrenov Date: Tue, 16 Dec 2025 22:46:45 +0300 Subject: [PATCH] Bump MacOS (amd64) build to macos-15 os --- .github/actions/plan/platforms.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/actions/plan/platforms.ts b/.github/actions/plan/platforms.ts index 80a13d8eb..95e1dfaf8 100644 --- a/.github/actions/plan/platforms.ts +++ b/.github/actions/plan/platforms.ts @@ -7,8 +7,7 @@ export type StandardRunnerOS = | "ubuntu-24.04-arm" | "ubuntu-22.04" | "ubuntu-22.04-arm" - | "macos-13" // intel - | "macos-14" // arm + | "macos-15-intel" //intel | "macos-15" // arm | "windows-latest"; @@ -87,7 +86,7 @@ export const all = { }, macos_amd64: { name: "macOS (amd64)", - os: "macos-13", + os: "macos-15-intel", buildEnvScript: buildEnvScriptPath("macos.sh"), isOnSelfHostedRunner: false, essential: false,