Skip to content

Commit 0c9485c

Browse files
committed
Revert "Select xcode version directly"
This reverts commit 360b7a6.
1 parent 7b8f62a commit 0c9485c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-ios.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
group: build-ios-${{ github.ref }}
3131
cancel-in-progress: true
3232
steps:
33-
- name: Select Xcode version
34-
run: sudo xcode-select -s /Applications/Xcode_16.1.app
35-
33+
- uses: maxim-lobanov/setup-xcode@v1
34+
with:
35+
xcode-version: 16.1
3636
- name: Check out Git repository
3737
# v4
3838
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

0 commit comments

Comments
 (0)