Skip to content

Commit d80f645

Browse files
committed
chore: setup Xcode and check simulators
1 parent fdaca4d commit d80f645

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ jobs:
1919
ruby-version: 3.3.6
2020
bundler-cache: true
2121

22+
- name: Set Xcode version
23+
uses: maxim-lobanov/setup-xcode@v1
24+
with:
25+
xcode-version: "16.2"
26+
27+
- name: Check Xcode
28+
run: xcode-select -p && xcodebuild -version
29+
30+
- name: Check Simulators
31+
run: |
32+
xcodebuild -scheme Example-iOS -showdestinations
33+
2234
# - name: Check Cache
2335
# uses: actions/cache@v2
2436
# id: cocoapods-cache

0 commit comments

Comments
 (0)