We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379d281 commit deb3903Copy full SHA for deb3903
.github/workflows/build_wheels_macos.yml
@@ -49,7 +49,7 @@ jobs:
49
SDIST: ${{ matrix.build_sdist || 0 }}
50
ENABLE_HEADLESS: ${{ matrix.without_gui }}
51
ENABLE_CONTRIB: ${{ matrix.with_contrib }}
52
- MACOSX_DEPLOYMENT_TARGET: 10.15
+ MACOSX_DEPLOYMENT_TARGET: 10.13
53
steps:
54
- name: Cleanup
55
run: find . -mindepth 1 -delete
0 commit comments