We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1502abf commit 11cde2dCopy full SHA for 11cde2d
.github/workflows/ios.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Checkout
16
uses: actions/checkout@v5
17
- name: Select Xcode Version
18
- run: sudo xcode-select -switch /Applications/Xcode_26.0.app
+ run: sudo xcode-select -switch /Applications/Xcode.app
19
- name: Set Default Scheme
20
run: |
21
scheme_list=$(xcodebuild -list -json | tr -d "\n")
0 commit comments