Skip to content

Commit cd80595

Browse files
ci: macOS uses Swiftly
1 parent 955e117 commit cd80595

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ jobs:
77
macos-test:
88
runs-on: macos-latest
99
steps:
10-
- uses: maxim-lobanov/setup-xcode@v1
10+
- name: Install Swift
11+
uses: vapor/[email protected]
1112
with:
12-
xcode-version: latest
13+
toolchain: latest
1314
- uses: actions/checkout@v4
1415
- name: Darwin build & test
1516
run: swift test --enable-all-traits --skip IntegrationTests

0 commit comments

Comments
 (0)