File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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" build_for_testing:true
155+ run : bundle exec fastlane test device:"iPhone 16 Pro (18.0) " build_for_testing:true
156156 timeout-minutes : 25
157157 - name : Build UI
158- run : bundle exec fastlane test_ui device:"iPhone 16" build_for_testing:true
158+ run : bundle exec fastlane test_ui device:"iPhone 16 Pro (18.0) " build_for_testing:true
159159 timeout-minutes : 25
160160 - name : Build XCFrameworks
161161 run : bundle exec fastlane build_xcframeworks
Original file line number Diff line number Diff 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" build_for_testing:true
78+ run : bundle exec fastlane test device:"iPhone 16 Pro (18.0) " build_for_testing:true
7979 timeout-minutes : 25
8080 - name : Build UI
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
8484 test-llc-debug :
You can’t perform that action at this time.
0 commit comments