Skip to content

Commit f2fbb7b

Browse files
committed
Correctly setup xcode
1 parent ba54336 commit f2fbb7b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ runs:
2424
# iOS
2525
- name: Setup xcode
2626
if: ${{ inputs.platform == 'ios' }}
27-
uses: ./.github/actions/setup-xcode
27+
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
28+
with:
29+
xcode-version: '16.2.0'
2830
- name: Build iOS
2931
shell: bash
3032
if: ${{ inputs.platform == 'ios' }}

0 commit comments

Comments
 (0)