Skip to content

Commit fc369e4

Browse files
committed
Extend CI matrix to include macOS and Windows environments
1 parent 558dfed commit fc369e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci-testing.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,9 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: ["ubuntu-latest"]
25+
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
2626
python-version: ["3.10", "3.11", "3.12"]
2727
include:
28-
- { os: "macos-latest", python-version: "3.12" }
29-
- { os: "windows-latest", python-version: "3.11" }
3028
- { os: "ubuntu-22.04", python-version: "3.10", requires: "oldest" }
3129

3230
timeout-minutes: 35

0 commit comments

Comments
 (0)