Skip to content

Commit 8a2dde1

Browse files
committed
Fix issue
1 parent 094815c commit 8a2dde1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cron-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ jobs:
130130

131131
automated-code-review:
132132
name: Automated Code Review
133-
runs-on: macos-15
133+
runs-on: macos-14
134134
env:
135-
XCODE_VERSION: "16.0"
135+
XCODE_VERSION: "16.1"
136136
steps:
137137
- uses: actions/[email protected]
138138
- uses: ./.github/actions/bootstrap

.github/workflows/smoke-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: macos-14
5151
if: ${{ github.event.inputs.record_snapshots != 'true' }}
5252
env:
53-
XCODE_VERSION: "15.4"
53+
XCODE_VERSION: "16.1"
5454
steps:
5555
- uses: actions/[email protected]
5656
- uses: ./.github/actions/bootstrap

0 commit comments

Comments
 (0)