Skip to content

Commit 8f948fd

Browse files
committed
Revert "Update Xcode version"
This reverts commit 75a0974.
1 parent 75a0974 commit 8f948fd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/swift.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
with:
1818
submodules: recursive
1919

20-
- name: Switch Xcode version
21-
run: sudo xcode-select -switch /Applications/Xcode_14.3.app
22-
2320
- name: Build
2421
run: swift build -v
2522

@@ -32,9 +29,6 @@ jobs:
3229
with:
3330
submodules: recursive
3431

35-
- name: Switch Xcode version
36-
run: sudo xcode-select -switch /Applications/Xcode_14.3.app
37-
3832
- name: Test
3933
run: swift test -v
4034

0 commit comments

Comments
 (0)