Skip to content

Commit e30666a

Browse files
chore: Fix macos CI
Changes to `maxim-lobanov/setup-xcode` See issue: swift-actions/setup-swift#406
1 parent 48693f0 commit e30666a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@ jobs:
77
darwin-test:
88
runs-on: macos-latest
99
steps:
10-
- uses: fwal/setup-swift@v1
10+
- uses: maxim-lobanov/setup-xcode@v1
11+
with:
12+
xcode-version: latest
1113
- uses: actions/checkout@v2
1214
- name: Darwin build & test
1315
run: swift test --skip IntegrationTests
1416
linux-build:
1517
runs-on: ubuntu-latest
18+
container:
19+
image: swift:latest
1620
steps:
17-
- uses: fwal/setup-swift@v1
1821
- uses: actions/checkout@v2
1922
- name: Linux build
2023
run: swift build --target HaystackClientNIO

0 commit comments

Comments
 (0)