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