Skip to content

Commit

Permalink
📦 NEW: add os to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wasdee committed Oct 2, 2021
1 parent 2768f56 commit 1915a4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10-dev' ]
steps:
- uses: actions/checkout@v2.3.4
Expand Down

0 comments on commit 1915a4f

Please sign in to comment.