Skip to content

Commit 924fdaf

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

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,11 @@ on:
99

1010
jobs:
1111
build_and_test:
12-
runs-on: ubuntu-latest
12+
runs-on: [ubuntu-latest, macos-latest]
1313
defaults:
1414
run:
1515
working-directory: example
1616
steps:
17-
- uses: swift-actions/setup-swift@v1
18-
- uses: actions/setup-node@v3
19-
with:
20-
node-version: 20
2117
- uses: actions/checkout@v3
2218
- run: npm ci
2319
working-directory: example/TSClient

0 commit comments

Comments
 (0)