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 21c74b3 commit 154e8a4Copy full SHA for 154e8a4
1 file changed
.github/workflows/build.yml
@@ -8,7 +8,10 @@ on:
8
9
jobs:
10
test:
11
- runs-on: ubuntu-latest
+ strategy:
12
+ matrix:
13
+ os: [ubuntu-latest, windows-latest]
14
+ runs-on: ${{ matrix.os }}
15
16
steps:
17
- uses: actions/checkout@v4
0 commit comments