Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-ios-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/harness-aws-device.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading