Skip to content

Commit 97c9e65

Browse files
committed
Update stuff
1 parent f8b792d commit 97c9e65

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/smoke-checks.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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
- uses: actions/[email protected]
@@ -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]

0 commit comments

Comments
 (0)