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 aa58f7f commit faef3e1Copy full SHA for faef3e1
.github/workflows/sample-distribution.yml
@@ -20,7 +20,10 @@ jobs:
20
uses: webfactory/[email protected]
21
with:
22
ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
23
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
24
+ - uses: maxim-lobanov/setup-xcode@v1
25
+ with:
26
+ xcode-version: '15.0' # Update as needed
27
- uses: ./.github/actions/ruby-cache
28
- name: Install && Build - SDK and Sample App
29
uses: ./.github/actions/install-and-build-sdk
0 commit comments