From 5c7cafeee2f727d2daef14e57cf9dc5dd59382bd Mon Sep 17 00:00:00 2001 From: Lawrence Chen <54008264+lawrencecchen@users.noreply.github.com> Date: Thu, 26 Mar 2026 20:43:21 -0700 Subject: [PATCH] Switch nightly builds to macOS Tahoe runner (#2231) Use warp-macos-26-arm64-6x for nightly builds to get the latest Xcode toolchain. Deployment target stays at 14.0 (Sonoma), so built binaries remain compatible with Sonoma, Sequoia, and Tahoe. Co-authored-by: Lawrence Chen --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 1f277a2a..72e27058 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -100,7 +100,7 @@ jobs: build-sign-notarize-nightly: needs: decide if: needs.decide.outputs.should_build == 'true' - runs-on: warp-macos-15-arm64-6x + runs-on: warp-macos-26-arm64-6x timeout-minutes: 20 steps: - name: Checkout build ref