diff --git a/README.md b/README.md index 3cec0d99300..6587d762269 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ xcode-select --install brew install ninja cmake openssl@1.1 ccache ``` -If your MacOS is higher or equal to 13.0, it should work out of the box because by default Apple clang is 14.0.0. But if your MacOS is lower than 13.0, you should install llvm clang manually. +If your MacOS is higher or equal to 13.0 (Ventura), it should work out of the box because by default Xcode 14.3 provides Apple clang 14.0.0. But if your MacOS is lower than 13.0, you should install llvm clang manually. ```shell brew install llvm@17 diff --git a/release-darwin/README.md b/release-darwin/README.md index 08a43b9ae6d..5641d0c257f 100644 --- a/release-darwin/README.md +++ b/release-darwin/README.md @@ -1,14 +1,5 @@ The executable files are located in `tiflash` dir. -# Deploy Enviroument Requirements +# Enviroument Requirements -Following OS are tested OK - -* MacOS Catalina 10.15.5+ - -**NOTE** XCode version should be at least XCode 11 - -Your system needs to install - -* python 3.7 -* openssl 1.1 +Check the MacOS part of [Prepare Prerequisites](/README.md#1-prepare-prerequisites)