From 46e4169212097aecdc7c443eeb16367a0dc21710 Mon Sep 17 00:00:00 2001 From: Khanh Le Date: Tue, 27 Jan 2026 08:18:53 +0700 Subject: [PATCH] feat: update xcode --- .github/workflows/beta.yaml | 4 ++-- .github/workflows/ci.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/beta.yaml b/.github/workflows/beta.yaml index c8e7c1d..6df01b5 100644 --- a/.github/workflows/beta.yaml +++ b/.github/workflows/beta.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - uses: SwiftyLab/setup-swift@latest with: - swift-version: "6.1.2" + swift-version: "6.2.3" - uses: ruby/setup-ruby@v1 with: bundler-cache: true @@ -26,7 +26,7 @@ jobs: cache-workspaces: rust target: aarch64-apple-ios-sim,aarch64-apple-ios - name: Select Xcode - run: sudo xcode-select -switch /Applications/Xcode_16.4.app + run: sudo xcode-select -switch /Applications/Xcode_26.2.app - name: Install Dependencies run: bundle install - name: Build rust diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4a39e72..103339d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,9 +10,9 @@ jobs: - uses: actions/checkout@v4 - uses: SwiftyLab/setup-swift@latest with: - swift-version: "6.1.2" + swift-version: "6.2.3" - name: Select Xcode - run: sudo xcode-select -switch /Applications/Xcode_16.4.app + run: sudo xcode-select -switch /Applications/Xcode_26.2.app - name: Lint run: swift format lint --strict -r -p MinWallet build-and-test: @@ -21,13 +21,13 @@ jobs: - uses: actions/checkout@v4 - uses: SwiftyLab/setup-swift@latest with: - swift-version: "6.1.2" + swift-version: "6.2.3" - uses: actions-rust-lang/setup-rust-toolchain@v1 with: cache-workspaces: rust target: aarch64-apple-ios-sim,aarch64-apple-ios - name: Select Xcode - run: sudo xcode-select -switch /Applications/Xcode_16.4.app + run: sudo xcode-select -switch /Applications/Xcode_26.2.app - name: Build rust run: cd rust && ./build.sh - name: Build and test