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:
138138
139139 build-old-xcode :
140140 name : Build LLC + UI (Old Xcode)
141- runs-on : macos-15
141+ runs-on : macos-14
142142 env :
143- XCODE_VERSION : " 16.0 "
143+ XCODE_VERSION : " 16.1 "
144144 steps :
145145 - name : Connect Bot
146146 uses :
webfactory/[email protected] @@ -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 Pro (18.4) " build_for_testing:true
155+ run : bundle exec fastlane test device:"iPhone 16" build_for_testing:true
156156 timeout-minutes : 25
157157 - 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
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 @@ -64,21 +64,21 @@ jobs:
6464
6565 build-old-xcode :
6666 name : Build SDKs (Old Xcode)
67- runs-on : macos-15
67+ runs-on : macos-14
6868 if : ${{ github.event.inputs.record_snapshots != 'true' }}
6969 env :
70- XCODE_VERSION : " 16.0 "
70+ XCODE_VERSION : " 16.1 "
7171 steps :
72727373 - uses : ./.github/actions/xcode-cache
7474 - uses : ./.github/actions/ruby-cache
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 Pro (18.4) " build_for_testing:true
78+ run : bundle exec fastlane test device:"iPhone 16" build_for_testing:true
7979 timeout-minutes : 25
8080 - 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
8282 timeout-minutes : 25
8383
8484 test-llc-debug :
You can’t perform that action at this time.
0 commit comments