Skip to content

Commit 97cc147

Browse files
chore: update Xcode setup in CI workflow to use specific version
1 parent 9599eda commit 97cc147

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-ios.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616
uses: ./.github/actions/setup-node-yarn
1717

1818
- name: Setup Xcode
19-
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
20-
with:
21-
xcode-version: latest-stable
19+
run: sudo xcode-select -s /Applications/Xcode_26.1.app
2220

2321
- name: Setup Ruby
2422
uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c

0 commit comments

Comments
 (0)