Skip to content

Commit

Permalink
Revert "try fix python build"
Browse files Browse the repository at this point in the history
This reverts commit 233bad4.
  • Loading branch information
yanghaoqi committed Sep 20, 2024
1 parent 233bad4 commit f804b06
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compiler-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
config:
- {name: x86_64-macos, os: macos-10, buildType: Release}
- {name: x86_64-macos, os: macos-12, buildType: Release}
- {name: x86_64-linux, os: ubuntu-22.04, buildType: Release}
# - {name: x86_64-windows, os: windows-2019, arch: x64, buildType: Release}

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
matrix:
dotnet-version: ['7.0']
config:
- {name: x86_64-macos, os: macos-10, 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 @@ -168,7 +168,7 @@ jobs:
matrix:
dotnet-version: ['7.0']
config:
- {name: x86_64-macos, os: macos-10, shell: bash}
- {name: x86_64-macos, os: macos-12, shell: bash}
- {name: x86_64-linux, os: ubuntu-22.04, shell: bash}
# - {name: x86_64-windows, os: windows-2019, shell: bash}

Expand Down
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-10, 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-10}
- {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 .github/workflows/jupyter-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
config:
- {name: x86_64-macos, os: macos-10,}
- {name: x86_64-macos, os: macos-12,}
- {name: x86_64-linux, os: ubuntu-latest}
# - {name: x86_64-windows, os: windows-2019}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtime-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
config:
- { name: x86_64-macos, os: macos-10, buildType: Release }
- { name: x86_64-macos, os: macos-12, buildType: Release }
- { name: x86_64-linux, os: ubuntu-22.04, buildType: Release }
# - { name: x86_64-windows, os: windows-2019, arch: x64, buildType: Release }

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 f804b06

Please sign in to comment.