From 7caf45197c942406f9041c0b83a2c2fa23da60ef Mon Sep 17 00:00:00 2001 From: Max Radermacher Date: Mon, 22 Dec 2025 12:47:23 -0600 Subject: [PATCH] Update to Xcode 26.2 --- .github/workflows/main.yml | 12 ++++++------ .xcode-version | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e768dd5ac3..037df103c3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,21 +17,21 @@ concurrency: cancel-in-progress: true env: - # Path format pulled from https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md#xcode - DEVELOPER_DIR: /Applications/Xcode_26.1.app + # Path format pulled from https://github.com/actions/runner-images/blob/main/images/macos/macos-26-arm64-Readme.md#xcode + DEVELOPER_DIR: /Applications/Xcode_26.2.app jobs: build_and_test: name: Build and Test timeout-minutes: 20 - runs-on: macos-15-xlarge + runs-on: macos-26-xlarge env: FASTLANE_XCODEBUILD_SETTINGS_RETRIES: 7 strategy: matrix: # Add additional Xcode versions here if necessary. - xcode: ["Xcode_26.1"] + xcode: ["Xcode_26.2"] steps: - name: Set Xcode version @@ -76,7 +76,7 @@ jobs: timeout-minutes: 10 - runs-on: macos-15 + runs-on: macos-26 if: github.event_name == 'pull_request' @@ -94,7 +94,7 @@ jobs: timeout-minutes: 5 - runs-on: macos-15 + runs-on: macos-26 if: github.event_name == 'pull_request' diff --git a/.xcode-version b/.xcode-version index d3b1814102..67a972d1c7 100644 --- a/.xcode-version +++ b/.xcode-version @@ -1 +1 @@ -Xcode 26.1.1 +Xcode 26.2