File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -187,16 +187,17 @@ jobs:
187187
188188 build-old-xcode :
189189 name : Build SDKs (Old Xcode)
190- runs-on : macos-15
190+ runs-on : macos-14
191191 if : ${{ github.event_name != 'push' && github.event.inputs.snapshots != 'true' }}
192192 env :
193- XCODE_VERSION : " 16.0 "
193+ XCODE_VERSION : " 16.1 "
194194 steps :
195195 - name : Connect Bot
196196 uses :
webfactory/[email protected] 197197 with :
198198 ssh-private-key : ${{ secrets.BOT_SSH_PRIVATE_KEY }}
199199200+ - uses : ./.github/actions/xcode-cache
200201 - uses : ./.github/actions/ruby-cache
201202 - name : List Xcode versions
202203 run : mdfind "kMDItemCFBundleIdentifier = 'com.apple.dt.Xcode'"
@@ -217,9 +218,9 @@ jobs:
217218
218219 automated-code-review :
219220 name : Automated Code Review
220- runs-on : macos-15
221+ runs-on : macos-14
221222 env :
222- XCODE_VERSION : " 16.0 "
223+ XCODE_VERSION : " 16.1 "
223224 steps :
224225225226 - uses : ./.github/actions/bootstrap
Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ jobs:
131131
132132 automated-code-review :
133133 name : Automated Code Review
134- runs-on : macos-15
134+ runs-on : macos-14
135135 env :
136- XCODE_VERSION : " 16.0 "
136+ XCODE_VERSION : " 16.1 "
137137 if : ${{ github.event.inputs.record_snapshots_swiftui != 'true' && github.event.inputs.record_snapshots_uikit != 'true' }}
138138 steps :
139139@@ -149,27 +149,28 @@ jobs:
149149
150150 build-old-xcode :
151151 name : Build SDKs (Old Xcode)
152- runs-on : macos-15
152+ runs-on : macos-14
153153 needs : test-llc-debug
154154 if : ${{ github.event.inputs.record_snapshots_swiftui != 'true' && github.event.inputs.record_snapshots_uikit != 'true' }}
155155 env :
156- XCODE_VERSION : " 16.0 "
156+ XCODE_VERSION : " 16.1 "
157157 steps :
158158 - name : Connect Bot
159159 uses :
webfactory/[email protected] 160160 with :
161161 ssh-private-key : ${{ secrets.BOT_SSH_PRIVATE_KEY }}
162162163+ - uses : ./.github/actions/xcode-cache
163164 - uses : ./.github/actions/ruby-cache
164165 - name : List Xcode versions
165166 run : mdfind "kMDItemCFBundleIdentifier = 'com.apple.dt.Xcode'"
166167 - name : Build LLC
167- run : bundle exec fastlane test device:"iPhone 15 " build_for_testing:true
168+ run : bundle exec fastlane test device:"iPhone 16 " build_for_testing:true
168169 timeout-minutes : 25
169170 - name : Build SwiftUI
170- run : bundle exec fastlane test_swiftui device:"iPhone 15 " build_for_testing:true
171+ run : bundle exec fastlane test_swiftui device:"iPhone 16 " build_for_testing:true
171172 - name : Build UIKit
172- run : bundle exec fastlane test_uikit device:"iPhone 15 " build_for_testing:true
173+ run : bundle exec fastlane test_uikit device:"iPhone 16 " build_for_testing:true
173174 timeout-minutes : 25
174175 - name : Build XCFrameworks
175176 run : bundle exec fastlane build_xcframeworks
You can’t perform that action at this time.
0 commit comments