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 @@ -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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments