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 cfb1a4c commit 57cda43Copy full SHA for 57cda43
.github/workflows/smoke-checks.yml
@@ -46,9 +46,9 @@ jobs:
46
47
automated-code-review:
48
name: Automated Code Review
49
- runs-on: macos-14
+ runs-on: macos-15
50
env:
51
- XCODE_VERSION: "15.4"
+ XCODE_VERSION: "16.0"
52
if: ${{ github.event.inputs.record_snapshots != 'true' }}
53
steps:
54
- uses: actions/checkout@v4.1.1
@@ -63,11 +63,11 @@ jobs:
63
if: startsWith(github.event.pull_request.head.ref, 'release/')
64
65
build-old-xcode:
66
- name: Build LLC + UI (Xcode 15)
67
+ name: Build SDKs (Old Xcode)
68
69
70
71
72
73
- uses: ./.github/actions/ruby-cache
0 commit comments