Skip to content

Commit 9ed3009

Browse files
committed
Add system matrix for testing workflow
1 parent ca08d9f commit 9ed3009

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ on:
55
jobs:
66
Test:
77
name: Testing
8-
runs-on: ubuntu-latest
8+
strategy:
9+
matrix:
10+
os: [ubuntu-latest, windows-latest, macOS-latest]
11+
runs-on: ${{ matrix.os }}
912
steps:
1013
- name: Checkout
1114
uses: actions/checkout@v1

0 commit comments

Comments
 (0)