We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
windows-latest
1 parent 938f08e commit 64700a7Copy full SHA for 64700a7
1 file changed
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
test:
10
strategy:
11
matrix:
12
- os: [ubuntu-latest, macOS-latest]
+ os: [ubuntu-latest, macOS-latest, windows-latest]
13
runs-on: ${{ matrix.os }}
14
steps:
15
- uses: actions/checkout@v2
0 commit comments