File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 4141 strategy :
4242 matrix :
4343 include :
44- # - ios: "26.1" TODO: IOS-1181
45- # device: "iPhone 17 Pro"
46- # setup_runtime: false
44+ - ios : " 26.1"
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 8383 if : ${{ github.event.inputs.record_snapshots_uikit != 'true' || github.event.inputs.record_snapshots_swiftui == 'true' }}
8484 env :
8585 GITHUB_TOKEN : ${{ secrets.CI_BOT_GITHUB_TOKEN }} # to open a PR
86- IOS_SIMULATOR_DEVICE : " iPhone 16 Pro (18.5)" # TODO: IOS-1181
87- XCODE_VERSION : " 16.4" # TODO: IOS-1181
8886 steps :
89879088 - uses : ./.github/actions/bootstrap
@@ -251,8 +249,6 @@ jobs:
251249 env :
252250 LAUNCH_ID : ${{ needs.allure_testops_launch.outputs.launch_id }}
253251 ALLURE_TOKEN : ${{ secrets.ALLURE_TOKEN }}
254- IOS_SIMULATOR_DEVICE : " iPhone 16 Pro (18.5)" # TODO: IOS-1181
255- XCODE_VERSION : " 16.4" # TODO: IOS-1181
256252 strategy :
257253 matrix :
258254 batch : [0]
You can’t perform that action at this time.
0 commit comments