Skip to content

Commit 5203341

Browse files
committed
Fix issues
1 parent b7111ca commit 5203341

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cron-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ jobs:
151151
- name: List Xcode versions
152152
run: mdfind "kMDItemCFBundleIdentifier = 'com.apple.dt.Xcode'"
153153
- name: Build LLC
154-
run: bundle exec fastlane test device:"iPhone 8" build_for_testing:true
154+
run: bundle exec fastlane test device:"iPhone 16" build_for_testing:true
155155
timeout-minutes: 25
156156
- name: Build UI
157-
run: bundle exec fastlane test_ui device:"iPhone 8" build_for_testing:true
157+
run: bundle exec fastlane test_ui device:"iPhone 16" build_for_testing:true
158158
timeout-minutes: 25
159159
- name: Build XCFrameworks
160160
run: bundle exec fastlane build_xcframeworks

.github/workflows/smoke-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ jobs:
7474
- name: List Xcode versions
7575
run: mdfind "kMDItemCFBundleIdentifier = 'com.apple.dt.Xcode'"
7676
- name: Build LLC
77-
run: bundle exec fastlane test device:"iPhone 13" build_for_testing:true
77+
run: bundle exec fastlane test device:"iPhone 16" build_for_testing:true
7878
timeout-minutes: 25
7979
- name: Build UI
80-
run: bundle exec fastlane test_ui device:"iPhone 13" build_for_testing:true
80+
run: bundle exec fastlane test_ui device:"iPhone 16" build_for_testing:true
8181
timeout-minutes: 25
8282

8383
test-llc-debug:

0 commit comments

Comments
 (0)