Skip to content

Commit 7e2c74a

Browse files
committed
ci: set up test to run-on both ubuntu and macos
1 parent 147bb01 commit 7e2c74a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ on:
1515

1616
jobs:
1717
test:
18-
runs-on: ubuntu-22.04
18+
runs-on: ${{ matrix.os }}
19+
strategy:
20+
fail-fast: false
21+
matrix:
22+
os:
23+
- ubuntu-22.04
24+
- macos-latest
1925
steps:
2026
- name: Configure environment
2127
run: |

0 commit comments

Comments
 (0)