From 406476d99d41916f3501c86e0896a3f22cf9296f Mon Sep 17 00:00:00 2001 From: yanghaoqi Date: Thu, 19 Sep 2024 15:56:40 +0800 Subject: [PATCH] close mac python whl --- .github/workflows/compiler-python-release.yml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/compiler-python-release.yml b/.github/workflows/compiler-python-release.yml index 78a33892b..db8cffa16 100644 --- a/.github/workflows/compiler-python-release.yml +++ b/.github/workflows/compiler-python-release.yml @@ -14,7 +14,7 @@ jobs: matrix: dotnet-version: ['7.0'] config: - - {name: x86_64-macos, os: macos-12, shell: bash, rid: osx-x64, buildType: Release} + # - {name: x86_64-macos, os: macos-12, shell: bash, rid: osx-x64, buildType: Release} - {name: x86_64-linux, os: ubuntu-22.04, shell: bash, rid: linux-x64, buildType: Release} # - {name: x86_64-windows, os: windows-2019, shell: bash, rid: win-x64, buildType: Release} @@ -53,7 +53,7 @@ jobs: matrix: dotnet-version: ['7.0'] config: - - {name: x86_64-macos, os: macos-12} + # - {name: x86_64-macos, os: macos-12} - {name: x86_64-linux, os: ubuntu-22.04} # - {name: x86_64-windows, os: windows-2019, arch: x64} diff --git a/pyproject.toml b/pyproject.toml index 8e6f29cb7..68d7a96c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,4 +56,4 @@ repair-wheel-command = "LD_LIBRARY_PATH=/usr/lib64 auditwheel repair -w {dest_di archs = ["x86_64"] [tool.cibuildwheel.macos.environment] -MACOSX_DEPLOYMENT_TARGET = "10.15" +MACOSX_DEPLOYMENT_TARGET = "12"