Files
create/package/rattler-build/variants.yaml
Jacob Oursland d1e516b34b CI: fix macOS on x86_64 weekly builds
Despite claims of compatibility with 'conda_build_config.yaml', rattler-build does not support
all of the necessary capabilities to set the minimum macOS version. Converting the
'conda_build_config.yaml' to the rattler-build 'variants.yaml' corrects the issue.
2025-07-25 17:54:43 -05:00

17 lines
252 B
YAML

c_compiler:
- if: win
then: vs2022
cxx_compiler:
- if: win
then: vs2022
c_stdlib_version:
- if: osx and x86_64
then: "10.13"
MACOSX_SDK_VERSION:
- if: osx and x86_64
then: "10.13"
MACOSX_DEPLOYMENT_TARGET:
- if: osx and x86_64
then: "10.13"