Skip to content

Commit

Permalink
try windows with an s
Browse files Browse the repository at this point in the history
  • Loading branch information
kjpou1 committed Jan 12, 2022
1 parent 9d24b72 commit a34f51b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
node-version:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, window-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
node_version: [6,8,10]
#max-parallel: 2
runs-on: ${{ matrix.os }}
Expand All @@ -18,7 +18,7 @@ jobs:
deno-version:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, window-latest]
os: [macos-latest, ubuntu-latest, windows-latest]
deno_version: [1.17.0, 1.17.1]
#max-parallel: 2
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit a34f51b

Please sign in to comment.