Skip to content

Commit

Permalink
remove unnecessary universal2 wheel builds (these currently cause an …
Browse files Browse the repository at this point in the history
…import error in the CI builds)
  • Loading branch information
oscarhiggott committed Apr 25, 2024
1 parent 9d9c8b8 commit 24e2fca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
{os: macos-latest, dist: cp311-macosx_arm64},
{os: macos-latest, dist: cp312-macosx_arm64},
# macosx universal2
{os: macos-latest, dist: cp38-macosx_universal2},
{os: macos-latest, dist: cp39-macosx_universal2},
{os: macos-latest, dist: cp310-macosx_universal2},
{os: macos-latest, dist: cp311-macosx_universal2},
{os: macos-latest, dist: cp312-macosx_universal2},
# {os: macos-latest, dist: cp38-macosx_universal2},
# {os: macos-latest, dist: cp39-macosx_universal2},
# {os: macos-latest, dist: cp310-macosx_universal2},
# {os: macos-latest, dist: cp311-macosx_universal2},
# {os: macos-latest, dist: cp312-macosx_universal2},

# windows amd64
# {os: windows-latest, dist: cp36-win_amd64},
Expand Down

0 comments on commit 24e2fca

Please sign in to comment.