Skip to content

Commit

Permalink
CI: test move MACOS_DEPLOYMENT_VERSION to wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jun 10, 2024
1 parent a55a0e3 commit d82c3f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_ENVIRONMENT: MACOSX_DEPLOYMENT_TARGET=${{ (matrix.os == 'macos-14') && '14.0' || '13.0' }}

- uses: actions/upload-artifact@v4
with:
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ build-verbosity = 1

[tool.cibuildwheel.macos.environment]
CMAKE_PREFIX_PATH = "$(brew --prefix)/opt/openblas"
MACOSX_DEPLOYMENT_TARGET = "14.0"

[tool.cibuildwheel.macos]
before-all = [
Expand Down

0 comments on commit d82c3f5

Please sign in to comment.