Skip to content

Commit 3ff1d6b

Browse files
committed
ci: add macos to matrix
1 parent be8cfba commit 3ff1d6b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ on:
1111
jobs:
1212
tests:
1313
name: "Tests"
14-
runs-on: ubuntu-latest
14+
runs-on: ${{ matrix.os }}
15+
strategy:
16+
fail-fast: false
17+
matrix:
18+
os: ["macos-latest", "ubuntu-latest"]
1519
steps:
1620
- uses: actions/checkout@v2
1721
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)