We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba54336 commit f2fbb7bCopy full SHA for f2fbb7b
.github/actions/test-library-on-nightly/action.yml
@@ -24,7 +24,9 @@ runs:
24
# iOS
25
- name: Setup xcode
26
if: ${{ inputs.platform == 'ios' }}
27
- uses: ./.github/actions/setup-xcode
+ uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
28
+ with:
29
+ xcode-version: '16.2.0'
30
- name: Build iOS
31
shell: bash
32
0 commit comments