Skip to content

Commit 9c7328f

Browse files
committed
Fix SwiftUI
1 parent bb7744b commit 9c7328f

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
@@ -41,9 +41,9 @@ jobs:
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

.github/workflows/smoke-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ jobs:
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

0 commit comments

Comments
 (0)