Skip to content

Commit a86d2cf

Browse files
committed
SwiftUI fix
1 parent acfb628 commit a86d2cf

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/cron-checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
strategy:
2222
matrix:
2323
include:
24-
- ios: "26.0"
25-
device: "iPhone 17 Pro"
26-
setup_runtime: false
24+
# - ios: "26.0" TODO: IOS-1181
25+
# device: "iPhone 17 Pro"
26+
# setup_runtime: false
2727
- ios: "18.5"
2828
device: "iPhone 16 Pro"
2929
setup_runtime: false

.github/workflows/smoke-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ jobs:
9696
env:
9797
INSTALL_YEETD: true
9898
INSTALL_SONAR: true
99+
IOS_SIMULATOR_DEVICE: "iPhone 16 Pro (18.5)" # TODO: IOS-1181
100+
XCODE_VERSION: "16.4" # TODO: IOS-1181
99101
- name: Run UI Tests (Debug)
100102
run: bundle exec fastlane test_ui device:"${{ env.IOS_SIMULATOR_DEVICE }}" record:"${{ github.event.inputs.record_snapshots }}"
101103
timeout-minutes: 120
@@ -172,6 +174,8 @@ jobs:
172174
INSTALL_ALLURE: true
173175
INSTALL_YEETD: true
174176
SKIP_SWIFT_BOOTSTRAP: true
177+
IOS_SIMULATOR_DEVICE: "iPhone 16 Pro (18.5)" # TODO: IOS-1181
178+
XCODE_VERSION: "16.4" # TODO: IOS-1181
175179
- name: Run UI Tests (Debug)
176180
run: bundle exec fastlane test_e2e_mock device:"${{ env.IOS_SIMULATOR_DEVICE }}" batch:'${{ matrix.batch }}' test_without_building:true
177181
timeout-minutes: 100

0 commit comments

Comments
 (0)