diff --git a/recipes/reseek/conda_build_config.yaml b/recipes/reseek/conda_build_config.yaml index d46a4ed360ede..09e492b293ae1 100644 --- a/recipes/reseek/conda_build_config.yaml +++ b/recipes/reseek/conda_build_config.yaml @@ -1,2 +1,4 @@ -MACOSX_DEPLOYMENT_TARGET: - - 10.15 +cxx_compiler_version: + - 18 # [osx] +c_compiler_version: + - 18 # [osx]