We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2475e06 commit 6e3022dCopy full SHA for 6e3022d
1 file changed
.github/workflows/test.yml
@@ -7,9 +7,10 @@ on:
7
8
jobs:
9
test:
10
- runs-on: ubuntu-latest
+ runs-on: ${{ matrix.os }}
11
strategy:
12
matrix:
13
+ os: [ubuntu-latest, macos-latest]
14
python-version: ["3.7", "3.8", "3.9", "3.10"]
15
16
steps:
0 commit comments