Skip to content

Commit deb3903

Browse files
Build x64 macOS wheels for 10.13 build target (#716)
1 parent 379d281 commit deb3903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels_macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
SDIST: ${{ matrix.build_sdist || 0 }}
5050
ENABLE_HEADLESS: ${{ matrix.without_gui }}
5151
ENABLE_CONTRIB: ${{ matrix.with_contrib }}
52-
MACOSX_DEPLOYMENT_TARGET: 10.15
52+
MACOSX_DEPLOYMENT_TARGET: 10.13
5353
steps:
5454
- name: Cleanup
5555
run: find . -mindepth 1 -delete

0 commit comments

Comments
 (0)