Skip to content

Commit

Permalink
Avoid specifying arch in build-wheel step
Browse files Browse the repository at this point in the history
  • Loading branch information
taobrienlbl committed Sep 11, 2024
1 parent e3b0ea7 commit fe0506a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,6 @@ jobs:
fail-fast: false
matrix:
os: [windows-2019, macos-latest, ubuntu-latest]
arch: [auto64]

include:
- os: macos-latest
arch: universal2

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fe0506a

Please sign in to comment.