Skip to content

Commit dfdb792

Browse files
committed
os matrix test in ci
1 parent d5e173d commit dfdb792

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/verify.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ permissions:
1111

1212
jobs:
1313
test:
14-
runs-on: ubuntu-latest
14+
strategy:
15+
matrix:
16+
os: [ubuntu-latest, windows-latest, macos-latest]
17+
runs-on: ${{ matrix.os }}
18+
name: test ${{ matrix.os }}
1519

1620
steps:
1721
- name: checkout

0 commit comments

Comments
 (0)