Skip to content

Commit

Permalink
Update wheels.yml x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerstmayr authored Jun 5, 2024
1 parent c85936b commit 14275ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
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: "arm64" #universal2 or arm64 and x86_64
CIBW_ARCHS_MACOS: "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 14275ef

Please sign in to comment.