Skip to content

Commit 9581e58

Browse files
committed
Add Xcode setup step with latest stable version in pull_request.yml
1 parent 431ebec commit 9581e58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ jobs:
128128
*/build/cocoapods
129129
*/build/classes
130130
key: cocoapods-cache-v2
131+
- uses: maxim-lobanov/setup-xcode@v1
132+
with:
133+
xcode-version: latest-stable
131134
- name: Setup test environment
132135
uses: ./.github/actions/setup_test_action
133136
- name: Set Artifact Name

0 commit comments

Comments
 (0)