From 562bc2e8f523cac6240da14340ac010b8cd3da79 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Fri, 11 Nov 2022 00:59:58 -0500 Subject: [PATCH] build macos universal2 wheels (#1778) Signed-off-by: Jinzhe Zeng --- .github/workflows/wheel.yml | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml index 55107ceee..1003b4f93 100644 --- a/.github/workflows/wheel.yml +++ b/.github/workflows/wheel.yml @@ -38,33 +38,16 @@ jobs: platform_id: macosx_x86_64 - os: macos-latest python: 38 - platform_id: macosx_x86_64 - - os: macos-latest - python: 39 - platform_id: macosx_x86_64 - - os: macos-latest - python: 310 - platform_id: macosx_x86_64 - - os: macos-latest - python: 311 - platform_id: macosx_x86_64 - # macos-arm64 - - os: macos-latest - bitness: 64 - python: 38 - platform_id: macosx_arm64 + platform_id: macosx_universal2 - os: macos-latest - bitness: 64 python: 39 - platform_id: macosx_arm64 + platform_id: macosx_universal2 - os: macos-latest - bitness: 64 python: 310 - platform_id: macosx_arm64 + platform_id: macosx_universal2 - os: macos-latest - bitness: 64 python: 311 - platform_id: macosx_arm64 + platform_id: macosx_universal2 # win-64 - os: windows-2019 python: 37