From 42d100c390ed2f7977cc3bc70e42ad10f0a1c7e8 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 16 Apr 2026 11:16:38 -0700 Subject: [PATCH] fix(ci): move macOS jobs to blacksmith --- .github/workflows/ci.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5d649515e8..41938a4fb90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1254,7 +1254,7 @@ jobs: name: ${{ matrix.check_name }} needs: [preflight, build-artifacts] if: always() && needs.preflight.outputs.run_macos_node == 'true' && needs.build-artifacts.result == 'success' - runs-on: macos-latest + runs-on: blacksmith-6vcpu-macos-latest timeout-minutes: 20 strategy: fail-fast: false @@ -1309,7 +1309,7 @@ jobs: name: "macos-swift" needs: [preflight] if: needs.preflight.outputs.run_macos_swift == 'true' - runs-on: macos-latest + runs-on: blacksmith-12vcpu-macos-latest timeout-minutes: 20 steps: - name: Checkout @@ -1318,11 +1318,6 @@ jobs: persist-credentials: false submodules: false - - name: Select Xcode 26.1 - run: | - sudo xcode-select -s /Applications/Xcode_26.1.app - xcodebuild -version - - name: Install XcodeGen / SwiftLint / SwiftFormat run: brew install xcodegen swiftlint swiftformat