Skip to content

Commit 678a392

Browse files
committed
setup xcode
1 parent 6e3aa42 commit 678a392

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/build-ios.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,6 @@ jobs:
5656
# bundler-cache: true
5757
working-directory: ./examples/${{ env.PROJECT_NAME }}/
5858

59-
# - name: setup-cocoapods
60-
# if: steps.cache.outputs.cache-hit != 'true'
61-
# uses: maxim-lobanov/setup-cocoapods@v1
62-
# with:
63-
# version: 1.13.0
64-
6559
- name: Bundle install
6660
working-directory: ./examples/${{ env.PROJECT_NAME }}
6761
# if: steps.cache.outputs.cache-hit != 'true'
@@ -73,9 +67,10 @@ jobs:
7367
run: |
7468
yarn pods
7569
76-
- name: Select Xcode
77-
if: steps.cache.outputs.cache-hit != 'true'
78-
run: sudo xcode-select -s /Applications/Xcode_$(<.xcode-version).app/Contents/Developer
70+
- name: Setup Xcode
71+
uses: maxim-lobanov/setup-xcode@v1
72+
with:
73+
xcode-version: '14.3.1'
7974

8075
- name: Build
8176
if: steps.cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)