Skip to content

Commit a599782

Browse files
committed
chore: Upgrade Xcode CI to 26.5
1 parent 818efcc commit a599782

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-ios-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
bundler-cache: true
2626
working-directory: apps/simple-camera
2727

28-
- name: Select Xcode 26.2
29-
run: sudo xcode-select -s "/Applications/Xcode_26.2.app/Contents/Developer"
28+
- name: Select Xcode 26.5
29+
run: sudo xcode-select -s "/Applications/Xcode_26.5.app/Contents/Developer"
3030
- name: Install Pods
3131
working-directory: apps/simple-camera
3232
run: bun pods

.github/workflows/harness-aws-device.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ env:
6161
USE_CCACHE: 1
6262
HARNESS_AWS_REGION: us-west-2
6363
HARNESS_DEVICE_FARM_PROJECT_ARN: arn:aws:devicefarm:us-west-2:633665345122:project:210b1942-012b-4653-9673-f3ff91c5e649
64-
HARNESS_XCODE_VERSION: "26.2"
64+
HARNESS_XCODE_VERSION: "26.5"
6565
HARNESS_PROJECT_ROOT: apps/simple-camera
6666
HARNESS_ANDROID_APP_BUILD_OUTPUT: apps/simple-camera/android/app/build/outputs/apk/debug/app-debug.apk
6767
HARNESS_IOS_APP_BUILD_OUTPUT: apps/simple-camera/ios/build/devicefarm/SimpleCamera.ipa

0 commit comments

Comments
 (0)