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 f7ab132 commit 5e741e6Copy full SHA for 5e741e6
.github/workflows/smoke-checks.yml
@@ -47,10 +47,10 @@ jobs:
47
48
automated-code-review:
49
name: Automated Code Review
50
- runs-on: macos-14
+ runs-on: macos-15
51
if: ${{ github.event.inputs.record_snapshots != 'true' }}
52
env:
53
- XCODE_VERSION: "16.1"
+ XCODE_VERSION: "16.4"
54
steps:
55
- uses: actions/[email protected]
56
- uses: ./.github/actions/bootstrap
@@ -65,10 +65,10 @@ jobs:
65
66
build-old-xcode:
67
name: Build SDKs (Old Xcode)
68
69
70
71
72
73
- name: Connect Bot
74
uses: webfactory/[email protected]
0 commit comments