From b290740cf76fe9eeac8f703fa7293d627162a18e Mon Sep 17 00:00:00 2001 From: pinpong Date: Sun, 1 Feb 2026 08:55:32 +0700 Subject: [PATCH] ci: pin Xcode 26.2 --- .github/workflows/pull_request.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4394d71..b3b06e5 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -9,7 +9,7 @@ concurrency: jobs: lint: - runs-on: macos-latest + runs-on: macos-26 steps: - name: Checkout uses: actions/checkout@v5.0.0 @@ -110,10 +110,10 @@ jobs: JAVA_OPTS: '-XX:MaxHeapSize=6g' run: yarn build:android build-ios: - runs-on: macos-latest + runs-on: macos-26 needs: [lint, test, docs] env: - XCODE_VERSION: '26.0.1' + XCODE_VERSION: '26.2' steps: - name: Checkout uses: actions/checkout@v5.0.0