diff --git a/recipes/boost/all/conanfile.py b/recipes/boost/all/conanfile.py index 883c39952252b..84aa4b25cf817 100644 --- a/recipes/boost/all/conanfile.py +++ b/recipes/boost/all/conanfile.py @@ -137,7 +137,7 @@ def _min_compiler_version_default_cxx11(self): return { "gcc": 6, "clang": 6, - "apple-clang": 12, # guess + "apple-clang": 10, "Visual Studio": 14, # guess }.get(str(self.settings.compiler)) @@ -147,7 +147,7 @@ def _min_compiler_version_nowide(self): return { "gcc": 5, "clang": 5, - "apple-clang": 12, # guess + "apple-clang": 10, "Visual Studio": 14, # guess }.get(str(self.settings.compiler))