Skip to content

Commit

Permalink
close mac python whl
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghaoqi committed Sep 19, 2024
1 parent 6561389 commit 406476d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compiler-python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 406476d

Please sign in to comment.