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 5203341 commit b2341adCopy full SHA for b2341ad
.github/workflows/cron-checks.yml
@@ -147,6 +147,7 @@ jobs:
147
with:
148
ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
149
- uses: actions/checkout@v4.1.1
150
+ - uses: ./.github/actions/xcode-cache
151
- uses: ./.github/actions/ruby-cache
152
- name: List Xcode versions
153
run: mdfind "kMDItemCFBundleIdentifier = 'com.apple.dt.Xcode'"
.github/workflows/smoke-checks.yml
@@ -70,6 +70,7 @@ jobs:
70
XCODE_VERSION: "16.0"
71
steps:
72
73
74
75
76
0 commit comments