Skip to content

Commit b24c8ff

Browse files
feat: list all Xcode versions
1 parent 1ba1061 commit b24c8ff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ios-sdk-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
with:
2020
ruby-version: 3.0.7
2121
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
22+
- name: List installed Xcode versions
23+
run: ls /Applications | grep Xcode
2224
- name: Select Xcode 26.0
2325
run: sudo xcode-select --switch /Applications/Xcode_26.0.app/Contents/Developer
2426

0 commit comments

Comments
 (0)