We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9599eda commit 97cc147Copy full SHA for 97cc147
.github/workflows/build-ios.yml
@@ -16,9 +16,7 @@ jobs:
16
uses: ./.github/actions/setup-node-yarn
17
18
- name: Setup Xcode
19
- uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd
20
- with:
21
- xcode-version: latest-stable
+ run: sudo xcode-select -s /Applications/Xcode_26.1.app
22
23
- name: Setup Ruby
24
uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c
0 commit comments