File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed 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-14
134+ runs-on : macos-15
135135 env :
136- XCODE_VERSION : " 15.4 "
136+ XCODE_VERSION : " 16.0 "
137137 if : ${{ github.event.inputs.record_snapshots_swiftui != 'true' && github.event.inputs.record_snapshots_uikit != 'true' }}
138138 steps :
139139@@ -147,13 +147,13 @@ jobs:
147147 - run : bundle exec fastlane pod_lint
148148 if : startsWith(github.event.pull_request.head.ref, 'release/')
149149
150- build-xcode15 :
151- name : Build SDKs (Xcode 15 )
152- runs-on : macos-14
150+ build-old-xcode :
151+ name : Build SDKs (Old Xcode )
152+ runs-on : macos-15
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 : " 15.4 "
156+ XCODE_VERSION : " 16.0 "
157157 steps :
158158 - name : Connect Bot
159159 uses :
webfactory/[email protected]
You can’t perform that action at this time.
0 commit comments