Skip to content

Commit d94321e

Browse files
committed
Test for more OS
1 parent 2baef9d commit d94321e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ jobs:
1919
extra_args: --hook-stage manual --all-files
2020

2121
build:
22-
23-
runs-on: ubuntu-latest
22+
name: Build for Python ${{ matrix.python-version }} on ${{ matrix.runs-on }}
23+
runs-on: ${{ matrix.runs-on }}
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
python-version: ["3.7", "3.8", "3.9", "3.10"]
27+
python-version: [ "3.7", "3.8", "3.9", "3.10"]
28+
runs-on: [ubuntu-latest, macos-latest, windows-latest]
2829

2930
steps:
3031
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)