From c182c096fef5f41dbbf25a64d4203e2181bce8e7 Mon Sep 17 00:00:00 2001 From: Hao Guan <10684225+hguandl@users.noreply.github.com> Date: Sat, 27 Sep 2025 22:29:15 +0800 Subject: [PATCH] ci: update macOS runner --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7e6256e39..423e40c625 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -338,7 +338,7 @@ jobs: github.event.pull_request.base.repo.full_name needs: meta - runs-on: macos-latest + runs-on: macos-26 strategy: matrix: arch: [arm64, x86_64] @@ -396,7 +396,7 @@ jobs: github.event.pull_request.base.repo.full_name needs: [meta, macOS-Core] - runs-on: macos-latest + runs-on: macos-26 steps: - name: Checkout code uses: actions/checkout@v5 @@ -442,7 +442,7 @@ jobs: api-private-key: ${{ secrets.HGUANDL_APPSTORE_KEY }} - name: Setup Xcode Toolchain - if: true + if: false run: | sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer