Skip to content

Commit

Permalink
update windows to 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
Yikai-Liao committed Dec 9, 2023
1 parent 60bfc3a commit b2208ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- [ubuntu-20.04, manylinux_x86_64]
- [ubuntu-20.04, musllinux_x86_64]
- [macos-12, macosx_x86_64]
# - [macos-12, macosx_arm64]
- [windows-2019, win_amd64]
- [windows-2019, win32]
- [macos-12, macosx_arm64]
- [windows-2022, win_amd64]
- [windows-2022, win32]
python: ["cp39", "cp310", "cp311", "cp312", "pp39"]
exclude:
- buildplat: [windows-2019, win32]
- buildplat: [windows-2022, win32]
python: "pp39"
- buildplat: [ ubuntu-20.04, musllinux_x86_64 ]
python: "pp39"
Expand Down

0 comments on commit b2208ae

Please sign in to comment.