Skip to content

Commit b7111ca

Browse files
committed
Update stuff
1 parent c60e8d7 commit b7111ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/smoke-checks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
4747
automated-code-review:
4848
name: Automated Code Review
49-
runs-on: macos-14
49+
runs-on: macos-15
5050
env:
51-
XCODE_VERSION: "15.4"
51+
XCODE_VERSION: "16.0"
5252
if: ${{ github.event.inputs.record_snapshots != 'true' }}
5353
steps:
5454
- uses: actions/[email protected]
@@ -63,11 +63,11 @@ jobs:
6363
if: startsWith(github.event.pull_request.head.ref, 'release/')
6464

6565
build-old-xcode:
66-
name: Build LLC + UI (Xcode 15)
67-
runs-on: macos-14
66+
name: Build SDKs (Old Xcode)
67+
runs-on: macos-15
6868
if: ${{ github.event.inputs.record_snapshots != 'true' }}
6969
env:
70-
XCODE_VERSION: "15.4"
70+
XCODE_VERSION: "16.0"
7171
steps:
7272
- uses: actions/[email protected]
7373
- uses: ./.github/actions/ruby-cache

0 commit comments

Comments
 (0)