We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac24249 commit bd2ae47Copy full SHA for bd2ae47
1 file changed
.github/workflows/ci.yml
@@ -6,7 +6,10 @@ env:
6
jobs:
7
test:
8
name: Test & Lint
9
- runs-on: ubuntu-latest
+ strategy:
10
+ matrix:
11
+ os: [ubuntu-latest, macos-latest, windows-latest]
12
+ runs-on: ${{ matrix.os }}
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v2
0 commit comments