From 759a7089c41d4448aa199912717c292899752ea1 Mon Sep 17 00:00:00 2001 From: sanasol Date: Sat, 31 Jan 2026 20:00:13 +0100 Subject: [PATCH] fix(ci): use macos-15-large for Intel x64 builds (macos-13 retired) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4c9f95f..d018c96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: # macOS x64 build (Intel) build-macos-x64: - runs-on: macos-13 # Intel runner for native x64 builds + runs-on: macos-15-large # Intel runner for native x64 builds timeout-minutes: 120 steps: - uses: actions/checkout@v4