From dd36d851c151dbc6bd65ceb01dccb0dcaf0b9341 Mon Sep 17 00:00:00 2001 From: Peron Date: Mon, 20 Jul 2026 19:33:37 +0800 Subject: [PATCH] ci(desktop): move macOS build to arcbox self-hosted fleet --- .github/workflows/build-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-desktop.yml b/.github/workflows/build-desktop.yml index d82dca606..e06296bdb 100644 --- a/.github/workflows/build-desktop.yml +++ b/.github/workflows/build-desktop.yml @@ -65,7 +65,7 @@ jobs: fail-fast: false matrix: include: - - os: blacksmith-6vcpu-macos-26 # arm64 (M4); Xcode 26 (actool >= 26) compiles mac.icon into Assets.car + - os: arcbox-macos-arm64 # arm64 macOS; host must have Xcode 26 (actool >= 26) to compile mac.icon into Assets.car platform: mac - os: blacksmith-4vcpu-windows-2025 # public beta; VS Build Tools only — enough for NSIS platform: win