We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6de70 commit ed1d6bfCopy full SHA for ed1d6bf
.github/workflows/cron-checks.yml
@@ -166,9 +166,9 @@ jobs:
166
167
automated-code-review:
168
name: Automated Code Review
169
- runs-on: macos-15
+ runs-on: macos-14
170
env:
171
- XCODE_VERSION: "16.0"
+ XCODE_VERSION: "16.1"
172
steps:
173
- uses: actions/checkout@v4.1.1
174
- uses: ./.github/actions/bootstrap
.github/workflows/smoke-checks.yml
@@ -46,9 +46,9 @@ jobs:
46
47
48
49
50
51
52
if: ${{ github.event.inputs.record_snapshots != 'true' }}
53
54
0 commit comments