Skip to content

Commit

Permalink
increase minimum macOS deployment target to 10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed May 1, 2024
1 parent 2afb0c7 commit 076d7ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ c_stdlib_version: # [unix]
- 2.17 # [linux64 and os.environ.get("DEFAULT_LINUX_VERSION", "cos6") == "cos7"]
- 2.17 # [linux and not x86_64]
- 2.17 # [linux and os.environ.get("CF_CUDA_ENABLED", "False") == "True"]
- 10.9 # [osx and x86_64]
- 10.13 # [osx and x86_64]
- 11.0 # [osx and arm64]
cxx_compiler:
- gxx # [linux]
Expand Down Expand Up @@ -103,7 +103,7 @@ macos_machine: # [osx]
- arm64-apple-darwin20.0.0 # [osx and arm64]
MACOSX_DEPLOYMENT_TARGET: # [osx]
- 11.0 # [osx and arm64]
- 10.9 # [osx and x86_64]
- 10.13 # [osx and x86_64]
VERBOSE_AT:
- V=1
VERBOSE_CM:
Expand Down

0 comments on commit 076d7ca

Please sign in to comment.