File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments