Skip to content

Commit b0f548c

Browse files
fix: iOS setting to 26 (#34)
1 parent d446ba2 commit b0f548c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
if: ${{ inputs.platform == 'ios' }}
2727
uses: maxim-lobanov/setup-xcode@v1
2828
with:
29-
xcode-version: latest-stable
29+
xcode-version: 16.4.0
3030
- name: Build iOS
3131
shell: bash
3232
if: ${{ inputs.platform == 'ios' }}

0 commit comments

Comments
 (0)