Skip to content

Commit

Permalink
Build: Fix macos wheel build.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Aug 5, 2024
1 parent bb4180a commit c17427b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- [ubuntu-20.04, manylinux_i686]
- [ubuntu-20.04, musllinux_x86_64]
- [ubuntu-20.04, musllinux_aarch64]
- [macos-11, macosx_*]
- [macos-12, macosx_*]
- [windows-2019, win_amd64]
- [windows-2019, win32]
python: ["cp36", "cp37", "cp38", "cp39", "cp310", "cp311", "cp312", "cp313"] # Note: Wheels not needed for PyPy
Expand Down

0 comments on commit c17427b

Please sign in to comment.