Skip to content

Commit 11cde2d

Browse files
committed
ci: use the default Xcode on macos-26 runners
1 parent 1502abf commit 11cde2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v5
1717
- name: Select Xcode Version
18-
run: sudo xcode-select -switch /Applications/Xcode_26.0.app
18+
run: sudo xcode-select -switch /Applications/Xcode.app
1919
- name: Set Default Scheme
2020
run: |
2121
scheme_list=$(xcodebuild -list -json | tr -d "\n")

0 commit comments

Comments
 (0)