Skip to content

Commit

Permalink
Change OSX to not use arm64 since it's not confirmed yet
Browse files Browse the repository at this point in the history
Haven't been able to test arm64 wheels so disable for now.
  • Loading branch information
polm committed Feb 15, 2022
1 parent 815a029 commit 03451c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Build OSX wheels

env:
CIBW_ARCHS_MACOS: "x86_64 arm64"
#CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS_MACOS: "x86_64"

on: [push]

Expand Down

0 comments on commit 03451c2

Please sign in to comment.