Skip to content

Commit 81c2d44

Browse files
committed
ci: run jobs only on ubuntu
1 parent f92b842 commit 81c2d44

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ on:
66

77
jobs:
88
test:
9+
runs-on: ubuntu-latest
910
strategy:
1011
fail-fast: false
1112
matrix:
1213
node-version: [8.3.0, 8, 10, 12, 14, 16, 18, 20, 22]
13-
os: [ ubuntu-latest, macos-latest, windows-latest ]
14-
15-
runs-on: ${{ matrix.os }}
1614

1715
steps:
1816
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)