Skip to content

Commit 2c9bd12

Browse files
committed
Try default deployment target on Mac OS Intel.
1 parent 6e097a8 commit 2c9bd12

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
@@ -48,7 +48,7 @@ jobs:
4848
SDIST: ${{ matrix.build_sdist || 0 }}
4949
ENABLE_HEADLESS: ${{ matrix.without_gui }}
5050
ENABLE_CONTRIB: ${{ matrix.with_contrib }}
51-
MACOSX_DEPLOYMENT_TARGET: '11.0'
51+
# MACOSX_DEPLOYMENT_TARGET: '11.0'
5252
steps:
5353
- name: Cleanup
5454
run: find . -mindepth 1 -delete

0 commit comments

Comments
 (0)