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:
152
152
- name : List Xcode versions
153
153
run : mdfind "kMDItemCFBundleIdentifier = 'com.apple.dt.Xcode'"
154
154
- 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
156
156
timeout-minutes : 25
157
157
- 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
159
159
timeout-minutes : 25
160
160
- name : Build XCFrameworks
161
161
run : bundle exec fastlane build_xcframeworks
Original file line number Diff line number Diff line change @@ -75,10 +75,10 @@ jobs:
75
75
- name : List Xcode versions
76
76
run : mdfind "kMDItemCFBundleIdentifier = 'com.apple.dt.Xcode'"
77
77
- 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
79
79
timeout-minutes : 25
80
80
- 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
82
82
timeout-minutes : 25
83
83
84
84
test-llc-debug :
You can’t perform that action at this time.
0 commit comments