Skip to content

Commit 514e661

Browse files
committed
Fix again
1 parent 51ec753 commit 514e661

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
@@ -152,10 +152,10 @@ jobs:
152152
- name: List Xcode versions
153153
run: mdfind "kMDItemCFBundleIdentifier = 'com.apple.dt.Xcode'"
154154
- name: Build LLC
155-
run: bundle exec fastlane test device:"iPhone 16 Pro (18.0)" build_for_testing:true
155+
run: bundle exec fastlane test device:"iPhone 16 Pro (18.4)" build_for_testing:true
156156
timeout-minutes: 25
157157
- name: Build UI
158-
run: bundle exec fastlane test_ui device:"iPhone 16 Pro (18.0)" build_for_testing:true
158+
run: bundle exec fastlane test_ui device:"iPhone 16 Pro (18.4)" build_for_testing:true
159159
timeout-minutes: 25
160160
- name: Build XCFrameworks
161161
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
@@ -75,10 +75,10 @@ jobs:
7575
- name: List Xcode versions
7676
run: mdfind "kMDItemCFBundleIdentifier = 'com.apple.dt.Xcode'"
7777
- name: Build LLC
78-
run: bundle exec fastlane test device:"iPhone 16 Pro (18.0)" build_for_testing:true
78+
run: bundle exec fastlane test device:"iPhone 16 Pro (18.4)" build_for_testing:true
7979
timeout-minutes: 25
8080
- name: Build UI
81-
run: bundle exec fastlane test_ui device:"iPhone 16 Pro (18.0)" build_for_testing:true
81+
run: bundle exec fastlane test_ui device:"iPhone 16 Pro (18.4)" build_for_testing:true
8282
timeout-minutes: 25
8383

8484
test-llc-debug:

0 commit comments

Comments
 (0)