diff --git a/.github/workflows/buildwheels_macos.yml b/.github/workflows/buildwheels_macos.yml index 9ce24a852a..da3ddbc80b 100644 --- a/.github/workflows/buildwheels_macos.yml +++ b/.github/workflows/buildwheels_macos.yml @@ -18,7 +18,7 @@ jobs: output-dir: dist env: #CIBW_BUILD: cp312-macosx_x86_64 - CIBW_BUILD: cp39-macosx_arm64 + CIBW_BUILD: cp39-macosx_arm64 cp39-macosx_universal2 CIBW_SKIP: "*win32 *i686 *musllinux*" CIBW_BUILD_VERBOSITY: 1 CIBW_BEFORE_ALL_LINUX: "yum install -y openblas-devel"