Skip to content

Commit a5b24c4

Browse files
committed
Use XCode 16.4 to fix pod lint
1 parent 231afff commit a5b24c4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/actions/xcframework/action.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ runs:
2424
- name: Set up XCode
2525
uses: maxim-lobanov/setup-xcode@v1
2626
with:
27-
xcode-version: latest-stable
27+
# TODO: Update to latest-stable once GH installs iOS 26 simulators
28+
xcode-version: '^16.4.0'
29+
30+
- name: List simulators
31+
shell: bash
32+
run: |
33+
xcrun xctrace list devices
2834
2935
- name: Build iOS & macOS xcframework
3036
shell: bash

0 commit comments

Comments
 (0)