Skip to content

Commit

Permalink
Update wheels.yml x86 arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerstmayr authored Jun 4, 2024
1 parent 0f69dd8 commit f453510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
strategy:
matrix:
# os: [ubuntu-latest] #ubuntu with aarch64 seems to need emulation: see QEMU / setup-qemu-action
# os: [windows-latest, macos-13, ubuntu-latest] #ubuntu with aarch64 seems to need emulation: see QEMU / setup-qemu-action
# os: [windows-latest, macos-latest, ubuntu-latest] #ubuntu with aarch64 seems to need emulation: see QEMU / setup-qemu-action
os: [macos-13] #ubuntu with aarch64 seems to need emulation: see QEMU / setup-qemu-action
# python-version: ['10']
python-version: ['8', '9', '10', '11', '12']
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
CIBW_BEFORE_BUILD_LINUX: "yum install -y epel-release && yum update -y && yum install -y glfw-devel libX11-devel"
CIBW_BUILD: "cp3${{ matrix.python-version }}-*"
CIBW_SKIP: "*-win32 *musllinux*" #skip building 32-bit (win32) wheels
CIBW_ARCHS_MACOS: "universal2" #for arm64 and x86
CIBW_ARCHS_MACOS: "arm64 x86_64" #universal2 or arm64 and x86_64
CIBW_ARCHS_LINUX: "aarch64" #for raspberry pi, etc.

#CIBW_ENVIRONMENT_MACOS: "MACOSX_DEPLOYMENT_TARGET=10.9" # does not change version
Expand Down

0 comments on commit f453510

Please sign in to comment.