Skip to content

Commit fb61475

Browse files
committed
ci: across os in case of numeric diffs
1 parent 31a9529 commit fb61475

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ on:
1212
jobs:
1313

1414
full:
15-
runs-on: ubuntu-latest
15+
runs-on: ${{ matrix.os }}
1616

17-
name: Python ${{ matrix.python-version }}
17+
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
1818
strategy:
1919
matrix:
2020
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
21+
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest']
2122

2223
steps:
2324
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)