Skip to content

Commit faef3e1

Browse files
committed
fix: action
1 parent aa58f7f commit faef3e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sample-distribution.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ jobs:
2020
uses: webfactory/[email protected]
2121
with:
2222
ssh-private-key: ${{ secrets.BOT_SSH_PRIVATE_KEY }}
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
24+
- uses: maxim-lobanov/setup-xcode@v1
25+
with:
26+
xcode-version: '15.0' # Update as needed
2427
- uses: ./.github/actions/ruby-cache
2528
- name: Install && Build - SDK and Sample App
2629
uses: ./.github/actions/install-and-build-sdk

0 commit comments

Comments
 (0)