File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4141 strategy :
4242 matrix :
4343 include :
44- - ios : " 26.0"
45- device : " iPhone 17 Pro"
46- setup_runtime : false
44+ # - ios: "26.0" TODO: IOS-1181
45+ # device: "iPhone 17 Pro"
46+ # setup_runtime: false
4747 - ios : " 18.5"
4848 device : " iPhone 16 Pro"
4949 setup_runtime : false
Original file line number Diff line number Diff line change 8989 env :
9090 INSTALL_YEETD : true
9191 SKIP_SWIFT_BOOTSTRAP : true
92+ IOS_SIMULATOR_DEVICE : " iPhone 16 Pro (18.5)" # TODO: IOS-1181
93+ XCODE_VERSION : " 16.4" # TODO: IOS-1181
9294 - name : Run UI Tests (Debug)
9395 run : bundle exec fastlane test_swiftui device:"${{ env.IOS_SIMULATOR_DEVICE }}" record:"${{ github.event.inputs.record_snapshots_swiftui }}"
9496 timeout-minutes : 120
@@ -265,6 +267,8 @@ jobs:
265267 INSTALL_VIDEO_BUDDY : true
266268 INSTALL_YEETD : true
267269 SKIP_SWIFT_BOOTSTRAP : true
270+ IOS_SIMULATOR_DEVICE : " iPhone 16 Pro (18.5)" # TODO: IOS-1181
271+ XCODE_VERSION : " 16.4" # TODO: IOS-1181
268272 - name : Run UI Tests (Debug)
269273 run : bundle exec fastlane test_e2e device:"${{ env.IOS_SIMULATOR_DEVICE }}" batch:'${{ matrix.batch }}' test_without_building:true
270274 timeout-minutes : 60
You can’t perform that action at this time.
0 commit comments