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 2121 strategy :
2222 matrix :
2323 include :
24- # - ios: "26.1" TODO: IOS-1181
25- # device: "iPhone 17 Pro"
26- # setup_runtime: false
24+ - ios : " 26.1"
25+ device : " iPhone 17 Pro"
26+ setup_runtime : false
2727 - ios : " 18.5"
2828 device : " iPhone 16 Pro"
2929 setup_runtime : false
Original file line number Diff line number Diff line change 9292 runs-on : macos-15
9393 env :
9494 GITHUB_TOKEN : ${{ secrets.CI_BOT_GITHUB_TOKEN }} # to open a PR
95- IOS_SIMULATOR_DEVICE : " iPhone 16 Pro (18.5)" # TODO: IOS-1181
96- XCODE_VERSION : " 16.4" # TODO: IOS-1181
9795 steps :
9896 - uses : actions/checkout@v4.1.1
9997 - uses : ./.github/actions/bootstrap
@@ -159,8 +157,6 @@ jobs:
159157 - build-test-app-and-frameworks
160158 env :
161159 LAUNCH_ID : ${{ needs.allure_testops_launch.outputs.launch_id }}
162- IOS_SIMULATOR_DEVICE : " iPhone 16 Pro (18.5)" # TODO: IOS-1181
163- XCODE_VERSION : " 16.4" # TODO: IOS-1181
164160 strategy :
165161 matrix :
166162 batch : [0, 1]
You can’t perform that action at this time.
0 commit comments