We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50a9e76 commit fb54efdCopy full SHA for fb54efd
.github/workflows/build_and_publish.yml
@@ -16,7 +16,7 @@ jobs:
16
fail-fast: false
17
matrix:
18
python-version: ["3.10", "3.11", "3.12", "3.13"]
19
- os: [macos-14, ubuntu-22.04, ubuntu-22.04-arm]
+ os: [macos-14, ubuntu-22.04, ubuntu-22.04-arm, windows-2022]
20
21
steps:
22
- uses: "actions/checkout@v3"
0 commit comments