Skip to content

Commit

Permalink
Use default deployment target on Mac OS x64.
Browse files Browse the repository at this point in the history
  • Loading branch information
asmorkalov committed Feb 7, 2023
1 parent 6e097a8 commit 56c85ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_wheels_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
SDIST: ${{ matrix.build_sdist || 0 }}
ENABLE_HEADLESS: ${{ matrix.without_gui }}
ENABLE_CONTRIB: ${{ matrix.with_contrib }}
MACOSX_DEPLOYMENT_TARGET: '11.0'
steps:
- name: Cleanup
run: find . -mindepth 1 -delete
Expand Down

0 comments on commit 56c85ac

Please sign in to comment.