Skip to content

Commit d4b11d0

Browse files
authored
Remove Xcode selection step from workflow
Removed the step to select Xcode 26 in the workflow.
1 parent 719ebe6 commit d4b11d0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/swift.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19-
20-
- name: Select Xcode 26
21-
run: sudo xcode-select -s /Applications/Xcode_26.app/Contents/Developer
22-
19+
2320
- name: Show eligible build destinations for StableID
2421
run: xcodebuild -showdestinations -scheme StableID
2522

0 commit comments

Comments
 (0)