Skip to content

Commit f606349

Browse files
committed
Stop to fix the swift and node version
1 parent cdb5812 commit f606349

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@ on:
99

1010
jobs:
1111
build_and_test:
12-
runs-on: ubuntu-latest
12+
runs-on: ${{ matrix.os }}
13+
strategy:
14+
matrix:
15+
os: [ubuntu-latest, macos-latest]
1316
defaults:
1417
run:
1518
working-directory: example
1619
steps:
17-
- uses: swift-actions/setup-swift@v1
18-
- uses: actions/setup-node@v3
19-
with:
20-
node-version: 20
21-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2221
- run: npm ci
2322
working-directory: example/TSClient
2423
- run: ./test.sh vapor

0 commit comments

Comments
 (0)