Skip to content

Commit

Permalink
use MAXOSX_DEPLOYMENT_TARGET=11.00 in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluemi committed Aug 20, 2024
1 parent 4befba0 commit 7e388e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildAndPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
CIBW_ARCHS: auto64
CIBW_BUILD_FRONTEND: "pip; args: --verbose"
CIBW_ENVIRONMENT: "FORCE_AVX2=1"
CIBW_ENVIRONMENT_MACOS: "FORCE_AVX2=1 MACOSX_DEPLOYMENT_TARGET=10.15"
CIBW_ENVIRONMENT_MACOS: "FORCE_AVX2=1 MACOSX_DEPLOYMENT_TARGET=11.00"
CIBW_SKIP: "cp313-*"

# upload artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/BuildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
CIBW_ARCHS: auto64
CIBW_BUILD_FRONTEND: "pip; args: --verbose"
CIBW_ENVIRONMENT: "FORCE_AVX2=1"
CIBW_ENVIRONMENT_MACOS: "FORCE_AVX2=1 MACOSX_DEPLOYMENT_TARGET=10.15"
CIBW_ENVIRONMENT_MACOS: "FORCE_AVX2=1 MACOSX_DEPLOYMENT_TARGET=11.00"
CIBW_SKIP: "cp313-*"

build_sdist:
Expand Down

0 comments on commit 7e388e3

Please sign in to comment.