Skip to content

Commit 8e654a5

Browse files
authored
Update run_tests.yml with winOS and macOS
1 parent 50286ed commit 8e654a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
15-
os: [ubuntu-latest]
15+
os: [ubuntu-latest, windows-latest, macos-latest]
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Set up Python version ${{ matrix.python-version }}

0 commit comments

Comments
 (0)