Skip to content

Commit bfa7428

Browse files
committed
feat: enhance CI workflow to support multiple OS environments
1 parent 5801748 commit bfa7428

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ on:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-latest
15+
runs-on: ${{matrix.os}}
1616
strategy:
1717
fail-fast: false
1818
matrix:
1919
python-version: ["3.8", "3.9", "3.10"]
20+
os: [ubuntu-latest, macos-latest]
2021

2122
steps:
2223
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)