Skip to content

Commit 7217158

Browse files
authored
Update test.yaml
1 parent 5ae0018 commit 7217158

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-latest
11+
runs-on: ${{ matrix.os }}-latest
1212
continue-on-error: true
1313
strategy:
1414
fail-fast: false
1515
matrix:
16+
os: [ubuntu, macos]
1617
version: ["3.7", "3.8", "3.9", "3.10"]
1718
steps:
1819
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)