Skip to content

Commit 055b6f4

Browse files
atalmanNicolasHugdatumbox
authored
Set MACOSX_DEPLOYMENT_TARGET=10.9 for binary jobs (#6298) (#6312)
Co-authored-by: Vasilis Vryniotis <[email protected]> Co-authored-by: Nicolas Hug <[email protected]> Co-authored-by: Vasilis Vryniotis <[email protected]>
1 parent 8611c0f commit 055b6f4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/config.yml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ binary_common: &binary_common
220220
PYTORCH_VERSION: << parameters.pytorch_version >>
221221
UNICODE_ABI: << parameters.unicode_abi >>
222222
CU_VERSION: << parameters.cu_version >>
223+
MACOSX_DEPLOYMENT_TARGET: 10.9
223224

224225
torchvision_ios_params: &torchvision_ios_params
225226
parameters:

packaging/torchvision/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ build:
4949
- FORCE_CUDA
5050
- BUILD_VERSION
5151
- TORCH_CUDA_ARCH_LIST
52+
- MACOSX_DEPLOYMENT_TARGET
5253

5354
test:
5455
imports:

0 commit comments

Comments
 (0)