From 1ec488caf0033d33d9c308a0a8ea12f48a216f7d Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Wed, 27 May 2026 22:26:16 +0200 Subject: [PATCH] chore: Upgrade Xcode CI to 26.5 --- .github/workflows/build-ios-release.yml | 4 ++-- .github/workflows/harness-aws-device.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-ios-release.yml b/.github/workflows/build-ios-release.yml index 8afb5e2a71..9eecb5408b 100644 --- a/.github/workflows/build-ios-release.yml +++ b/.github/workflows/build-ios-release.yml @@ -25,8 +25,8 @@ jobs: bundler-cache: true working-directory: apps/simple-camera - - name: Select Xcode 26.2 - run: sudo xcode-select -s "/Applications/Xcode_26.2.app/Contents/Developer" + - name: Select Xcode 26.5 + run: sudo xcode-select -s "/Applications/Xcode_26.5.app/Contents/Developer" - name: Install Pods working-directory: apps/simple-camera run: bun pods diff --git a/.github/workflows/harness-aws-device.yml b/.github/workflows/harness-aws-device.yml index 114a1579bd..706b676caf 100644 --- a/.github/workflows/harness-aws-device.yml +++ b/.github/workflows/harness-aws-device.yml @@ -61,7 +61,7 @@ env: USE_CCACHE: 1 HARNESS_AWS_REGION: us-west-2 HARNESS_DEVICE_FARM_PROJECT_ARN: arn:aws:devicefarm:us-west-2:633665345122:project:210b1942-012b-4653-9673-f3ff91c5e649 - HARNESS_XCODE_VERSION: "26.2" + HARNESS_XCODE_VERSION: "26.5" HARNESS_PROJECT_ROOT: apps/simple-camera HARNESS_ANDROID_APP_BUILD_OUTPUT: apps/simple-camera/android/app/build/outputs/apk/debug/app-debug.apk HARNESS_IOS_APP_BUILD_OUTPUT: apps/simple-camera/ios/build/devicefarm/SimpleCamera.ipa