Skip to content

Commit c28c533

Browse files
committed
Test 18
1 parent c98ed7d commit c28c533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- uses: ./.github/actions/xcode-cache
120120
- uses: ./.github/actions/ruby-cache
121121
- name: Build SwiftUI
122-
run: bundle exec fastlane test_ui device:"iPhone 16" build_for_testing:true
122+
run: bundle exec fastlane test_ui device:"iPhone 16 Pro (18.0)" build_for_testing:true
123123
timeout-minutes: 25
124124
- name: Build XCFrameworks
125125
run: bundle exec fastlane build_xcframeworks

.github/workflows/smoke-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- uses: ./.github/actions/xcode-cache
7979
- uses: ./.github/actions/ruby-cache
8080
- name: Build SwiftUI
81-
run: bundle exec fastlane test_ui device:"iPhone 16" build_for_testing:true
81+
run: bundle exec fastlane test_ui device:"iPhone 16 Pro (18.0)" build_for_testing:true
8282
timeout-minutes: 25
8383
- name: Build XCFrameworks
8484
run: bundle exec fastlane build_xcframeworks

0 commit comments

Comments
 (0)