Skip to content

Commit 9824870

Browse files
author
Kelly Selden
committed
runner => os
1 parent 4552668 commit 9824870

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
test:
2424
strategy:
2525
matrix:
26-
runner:
26+
os:
2727
- ubuntu-latest
2828
- macos-latest
2929
node-version:
@@ -33,7 +33,7 @@ jobs:
3333
- test:fast
3434
- test:slow
3535

36-
runs-on: ${{ matrix.runner }}
36+
runs-on: ${{ matrix.os }}
3737

3838
steps:
3939
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)