From 4032b78ae8220556ebe2177d1aa082ddcae87407 Mon Sep 17 00:00:00 2001 From: Weizheng Lu Date: Fri, 12 Jul 2024 18:24:17 +0800 Subject: [PATCH] BLD: Fix macos build wheel CI (#789) --- .github/workflows/build-wheel.yaml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-wheel.yaml b/.github/workflows/build-wheel.yaml index 4dc537c82..d9fc88ecb 100644 --- a/.github/workflows/build-wheel.yaml +++ b/.github/workflows/build-wheel.yaml @@ -32,14 +32,23 @@ jobs: - os: ubuntu-latest arch: aarch64 requires-python: ">=3.11,<3.12" - - os: macos-latest - arch: arm64 + - os: macos-12 + arch: x86_64 requires-python: ">=3.9,<3.10" - - os: macos-latest - arch: arm64 + - os: macos-12 + arch: x86_64 requires-python: ">=3.10,<3.11" - - os: macos-latest - arch: arm64 + - os: macos-12 + arch: x86_64 + requires-python: ">=3.11,<3.12" + - os: macos-12 + arch: universal2 + requires-python: ">=3.9,<3.10" + - os: macos-12 + arch: universal2 + requires-python: ">=3.10,<3.11" + - os: macos-12 + arch: universal2 requires-python: ">=3.11,<3.12" steps: