Skip to content

Commit ed1d6bf

Browse files
committed
Fix issue
1 parent 2c6de70 commit ed1d6bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cron-checks.yml

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

167167
automated-code-review:
168168
name: Automated Code Review
169-
runs-on: macos-15
169+
runs-on: macos-14
170170
env:
171-
XCODE_VERSION: "16.0"
171+
XCODE_VERSION: "16.1"
172172
steps:
173173
- uses: actions/checkout@v4.1.1
174174
- uses: ./.github/actions/bootstrap

.github/workflows/smoke-checks.yml

Lines changed: 2 additions & 2 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-15
49+
runs-on: macos-14
5050
env:
51-
XCODE_VERSION: "16.0"
51+
XCODE_VERSION: "16.1"
5252
if: ${{ github.event.inputs.record_snapshots != 'true' }}
5353
steps:
5454
- uses: actions/checkout@v4.1.1

0 commit comments

Comments
 (0)