File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,9 @@ jobs:
138
138
139
139
build-old-xcode :
140
140
name : Build LLC + UI (Old Xcode)
141
- runs-on : macos-15
141
+ runs-on : macos-14
142
142
env :
143
- XCODE_VERSION : " 16.0 "
143
+ XCODE_VERSION : " 16.1 "
144
144
steps :
145
145
- name : Connect Bot
146
146
uses : webfactory/ssh-agent@v0.7.0
@@ -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.4) " build_for_testing:true
155
+ run : bundle exec fastlane test device:"iPhone 16" 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.4) " build_for_testing:true
158
+ run : bundle exec fastlane test_ui device:"iPhone 16" 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 @@ -64,21 +64,21 @@ jobs:
64
64
65
65
build-old-xcode :
66
66
name : Build SDKs (Old Xcode)
67
- runs-on : macos-15
67
+ runs-on : macos-14
68
68
if : ${{ github.event.inputs.record_snapshots != 'true' }}
69
69
env :
70
- XCODE_VERSION : " 16.0 "
70
+ XCODE_VERSION : " 16.1 "
71
71
steps :
72
72
- uses : actions/checkout@v4.1.1
73
73
- uses : ./.github/actions/xcode-cache
74
74
- uses : ./.github/actions/ruby-cache
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.4) " build_for_testing:true
78
+ run : bundle exec fastlane test device:"iPhone 16" 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.4) " build_for_testing:true
81
+ run : bundle exec fastlane test_ui device:"iPhone 16" 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