File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,9 @@ jobs:
107107
108108 build-old-xcode :
109109 name : Build SDKs (Old Xcode)
110- runs-on : macos-15
110+ runs-on : macos-14
111111 env :
112- XCODE_VERSION : " 16.0 "
112+ XCODE_VERSION : " 16.1 "
113113 steps :
114114 - name : Connect Bot
115115 uses :
webfactory/[email protected] @@ -119,7 +119,7 @@ jobs:
119119 - uses : ./.github/actions/xcode-cache
120120 - uses : ./.github/actions/ruby-cache
121121 - name : Build SwiftUI
122- run : bundle exec fastlane test_ui device:"iPhone 16 Pro (18.4) " build_for_testing:true
122+ run : bundle exec fastlane test_ui device:"iPhone 16" build_for_testing:true
123123 timeout-minutes : 25
124124 - name : Build XCFrameworks
125125 run : bundle exec fastlane build_xcframeworks
Original file line number Diff line number Diff line change @@ -65,10 +65,10 @@ jobs:
6565
6666 build-old-xcode :
6767 name : Build SDKs (Old Xcode)
68- runs-on : macos-15
68+ runs-on : macos-14
6969 if : ${{ github.event.inputs.record_snapshots != 'true' }}
7070 env :
71- XCODE_VERSION : " 16.0 "
71+ XCODE_VERSION : " 16.1 "
7272 steps :
7373 - name : Connect Bot
7474 uses :
webfactory/[email protected] 7878 - uses : ./.github/actions/xcode-cache
7979 - uses : ./.github/actions/ruby-cache
8080 - name : Build SwiftUI
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 - name : Build XCFrameworks
8484 run : bundle exec fastlane build_xcframeworks
You can’t perform that action at this time.
0 commit comments