Skip to content

Commit 2ab3c1d

Browse files
ci: use swift-actions/setup-swift
1 parent 321dfa1 commit 2ab3c1d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ jobs:
1010
name: Test on macOS
1111
runs-on: macos-latest
1212
steps:
13-
- uses: maxim-lobanov/setup-xcode@v1
14-
with:
15-
xcode-version: latest-stable
13+
- uses: swift-actions/setup-swift@v2
1614
- uses: actions/checkout@v4
1715
- name: Build and test
1816
run: |

0 commit comments

Comments
 (0)