We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5079f4d commit 4b40696Copy full SHA for 4b40696
.github/workflows/test.yml
@@ -6,7 +6,7 @@ on:
6
jobs:
7
test:
8
name: Test (${{ matrix.os }} / Node ${{ matrix.node }})
9
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
10
strategy:
11
matrix:
12
os: [ubuntu-latest, macos-latest, windows-latest]
0 commit comments