build: Bump minimum supported macOS to 13.0

Running Bitcoin Core on unsupported OSes may expose users to security
issues.

macOS Monterey 12 received its final security update (12.7.6) on July
2024. Apple classifies the hardware that can run macOS 12 at most as
"obsolete worldwide".
This commit is contained in:
Hennadii Stepanov
2024-10-07 14:10:32 +01:00
parent 48cf3da636
commit a0e089a71d
6 changed files with 5 additions and 7 deletions

View File

@@ -51,8 +51,6 @@ To install, run the following from your terminal:
brew install cmake boost pkg-config libevent
```
For macOS 11 (Big Sur) and 12 (Monterey) you need to install a more recent version of llvm.
``` bash
brew install llvm
```