Skip to content

Commit 4b40696

Browse files
committed
chore: F
1 parent 5079f4d commit 4b40696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
test:
88
name: Test (${{ matrix.os }} / Node ${{ matrix.node }})
9-
runs-on: ubuntu-latest
9+
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest, macos-latest, windows-latest]

0 commit comments

Comments
 (0)