Skip to content

Commit 9e73184

Browse files
committed
fix: action
1 parent faef3e1 commit 9e73184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sample-distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v3
2424
- uses: maxim-lobanov/setup-xcode@v1
2525
with:
26-
xcode-version: '15.0' # Update as needed
26+
xcode-version: '16.4.0' # Update as needed
2727
- uses: ./.github/actions/ruby-cache
2828
- name: Install && Build - SDK and Sample App
2929
uses: ./.github/actions/install-and-build-sdk

0 commit comments

Comments
 (0)