We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0527a commit 18f23e1Copy full SHA for 18f23e1
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ${{ matrix.os }}
12
strategy:
13
matrix:
14
- os: [ubuntu-22.04, ubuntu-24.04]
+ os: [ubuntu-22.04, ubuntu-24.04, macos-latest, windows-latest]
15
python-version: ["3.8", "3.10", "3.12"]
16
17
steps:
0 commit comments