Skip to content

Commit 75c3e2c

Browse files
committed
Install correct xcode in CI
1 parent 49b9572 commit 75c3e2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-simulators.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,11 @@ jobs:
138138
with:
139139
persist-credentials: false
140140

141+
- name: Set up XCode
142+
uses: maxim-lobanov/setup-xcode@v1
143+
with:
144+
xcode-version: latest-stable
145+
141146
- name: CocoaPods Cache
142147
uses: actions/cache@v3
143148
id: cocoapods-cache

0 commit comments

Comments
 (0)