Skip to content

Commit

Permalink
CI: also add arm64 wheels to be on the safe side
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Nov 17, 2021
1 parent 8948f5f commit ce25b32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- { os: windows-latest, arch: AMD64 }
- { os: windows-latest, arch: x86 }
- { os: macos-latest, arch: x86_64 }
- { os: macos-latest, arch: arm64 }
- { os: macos-latest, arch: universal2 }

steps:
Expand Down

0 comments on commit ce25b32

Please sign in to comment.