Skip to content

Commit 1915a4f

Browse files
committed
📦 NEW: add os to matrix
1 parent 2768f56 commit 1915a4f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
7+
runs-on: ${{ matrix.os }}
88
strategy:
9+
fail-fast: false
910
matrix:
11+
os: [ubuntu-latest, macos-latest, windows-latest]
1012
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10-dev' ]
1113
steps:
1214
- uses: actions/checkout@v2.3.4

0 commit comments

Comments
 (0)