Skip to content

Commit 5e741e6

Browse files
committed
Use Xcode 16.4 on CI
1 parent f7ab132 commit 5e741e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/smoke-checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
4848
automated-code-review:
4949
name: Automated Code Review
50-
runs-on: macos-14
50+
runs-on: macos-15
5151
if: ${{ github.event.inputs.record_snapshots != 'true' }}
5252
env:
53-
XCODE_VERSION: "16.1"
53+
XCODE_VERSION: "16.4"
5454
steps:
5555
- uses: actions/[email protected]
5656
- uses: ./.github/actions/bootstrap
@@ -65,10 +65,10 @@ jobs:
6565

6666
build-old-xcode:
6767
name: Build SDKs (Old Xcode)
68-
runs-on: macos-14
68+
runs-on: macos-15
6969
if: ${{ github.event.inputs.record_snapshots != 'true' }}
7070
env:
71-
XCODE_VERSION: "16.1"
71+
XCODE_VERSION: "16.4"
7272
steps:
7373
- name: Connect Bot
7474
uses: webfactory/[email protected]

0 commit comments

Comments
 (0)