diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 3518139..40a77a2 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -4,3 +4,7 @@ PY_DUMMY_VER: - "3.10" NP_DUMMY_VER: - "1.21" + +# Bump MacOs target to 10.13 for Boost.Cobalt / C++20 support +MACOSX_DEPLOYMENT_TARGET: +- '10.13' # [osx and x86_64]