Skip to content

Commit

Permalink
add windows to os matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed May 15, 2023
1 parent 29b9854 commit ba412ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ jobs:
COVERALLS_REPO_TOKEN: "RuXDcEBMUavqJgSdr5svlXWGDjrDEWFUI"
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
# os: [ubuntu-18.04, macos-10.15, windows-2019] - sorry windows.. maybe one day
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
Expand Down

0 comments on commit ba412ef

Please sign in to comment.