Skip to content

Commit f7c139e

Browse files
committed
build macos wheels for universal2
1 parent afa3730 commit f7c139e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
CIBW_BEFORE_BUILD_WINDOWS: pip install delvewheel
6565
CIBW_ENVIRONMENT_WINDOWS: CMAKE_ARGS="-DCMAKE_MAKE_PROGRAM=D:/a/_temp/msys64/mingw64/bin/ninja.exe" CMAKE_PROGRAM_PATH="D:/a/_temp/msys64/usr/bin" CMAKE_GENERATOR="Ninja" TEMP="D:/a/_temp/"
6666
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: delvewheel repair -w {dest_dir} {wheel}
67-
CIBW_ARCHS_MACOS: "x86_64 arm64"
67+
CIBW_ARCHS_MACOS: "universal2"
6868
CIBW_BEFORE_BUILD_MACOS: brew reinstall gcc
6969
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion` SYSTEM_VERSION_COMPAT=0
7070
CIBW_TEST_REQUIRES: pytest pytest-order

0 commit comments

Comments
 (0)