diff --git a/recipe/conda_build_config.yaml b/recipe/conda_build_config.yaml index 95ad8186a4..eecbcd1b08 100644 --- a/recipe/conda_build_config.yaml +++ b/recipe/conda_build_config.yaml @@ -34,8 +34,7 @@ fortran_compiler: # [unix or win64] - flang # [win64] fortran_compiler_version: # [unix or win64] - 10 # [linux] - - 11 # [osx and arm64] - - 9 # [osx and x86_64] + - 11 # [osx] - 5 # [win64] - 7 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux64] - 9 # [os.environ.get("CF_CUDA_ENABLED", "False") == "True" and linux64]