Skip to content

Commit c8f9d58

Browse files
committed
Setup xcode to latest-stable
1 parent 2406c69 commit c8f9d58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/test-library-on-nightly/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ runs:
2424
# iOS
2525
- name: Setup xcode
2626
if: ${{ inputs.platform == 'ios' }}
27-
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
27+
uses: maxim-lobanov/setup-xcode@v1
2828
with:
29-
xcode-version: '16.2.0'
29+
xcode-version: latest-stable
3030
- name: Build iOS
3131
shell: bash
3232
if: ${{ inputs.platform == 'ios' }}

0 commit comments

Comments
 (0)