Skip to content

Commit 715d0d7

Browse files
authored
Modify Xcode switch command in deploy workflow
Updated Xcode switch command to reset instead of specifying a path.
1 parent 7476f36 commit 715d0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Checkout 🛎️
4545
uses: actions/checkout@v3
4646
- name: Switch Xcode 🔄
47-
run: sudo xcode-select --switch /Applications/Xcode_15.0.app
47+
run: sudo xcode-select --reset
4848
- name: Clone DocC Helper 👭
4949
uses: actions/checkout@v3
5050
with:

0 commit comments

Comments
 (0)