Skip to content

Commit

Permalink
Build for x86-64 and arm64 architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
taobrienlbl committed Sep 12, 2024
1 parent e3b0ea7 commit 07c5539
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2019, macos-latest, ubuntu-latest]
arch: [auto64]
os: [windows-latest, macos-latest, ubuntu-latest]
arch: [x86_64, arm64]

include:
- os: macos-latest
arch: universal2

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

0 comments on commit 07c5539

Please sign in to comment.