From 61a9d5e7a22cbd56c9e2a743a3a51daceabb87d4 Mon Sep 17 00:00:00 2001 From: Knute Lingaard Date: Wed, 27 Nov 2024 15:29:06 -0600 Subject: [PATCH] Bumped macos SDK --- .ci_support/osx_64_.yaml | 4 ++-- .ci_support/osx_arm64_.yaml | 4 ++-- conda.recipe/conda_build_config.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.ci_support/osx_64_.yaml b/.ci_support/osx_64_.yaml index 0c2d00686e..689a527954 100644 --- a/.ci_support/osx_64_.yaml +++ b/.ci_support/osx_64_.yaml @@ -1,7 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: -- '13' +- '14.5' MACOSX_SDK_VERSION: -- '13' +- '14.5' boost: - '1.78' c_compiler: diff --git a/.ci_support/osx_arm64_.yaml b/.ci_support/osx_arm64_.yaml index c24f0d047d..97b9a26a21 100644 --- a/.ci_support/osx_arm64_.yaml +++ b/.ci_support/osx_arm64_.yaml @@ -1,7 +1,7 @@ MACOSX_DEPLOYMENT_TARGET: -- '13' +- '14.5' MACOSX_SDK_VERSION: -- '13' +- '14.5' boost: - '1.78' c_compiler: diff --git a/conda.recipe/conda_build_config.yaml b/conda.recipe/conda_build_config.yaml index ac08e00e89..e686a9efd8 100644 --- a/conda.recipe/conda_build_config.yaml +++ b/conda.recipe/conda_build_config.yaml @@ -25,7 +25,7 @@ macos_machine: # [osx] - arm64-apple-darwin20.0.0 # [osx and arm64] MACOSX_DEPLOYMENT_TARGET: # [osx] - - 13 # [osx] + - 14.5 # [osx] # linux_clang_version is not a part of zip_keys # from conda-forge, if you want to, you can