diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-10-07 14:10:32 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-10-15 10:18:48 +0100 |
commit | a0e089a71dc449f4cc177d6eb3050400e63f4b3f (patch) | |
tree | 29b18e4b5c12142a1a768028161950a4f7fa2e45 /depends | |
parent | 48cf3da636089873ba7280e0d5b22eb81811d194 (diff) |
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".
Diffstat (limited to 'depends')
-rw-r--r-- | depends/hosts/darwin.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/hosts/darwin.mk b/depends/hosts/darwin.mk index a27d8b323b..4659d52912 100644 --- a/depends/hosts/darwin.mk +++ b/depends/hosts/darwin.mk @@ -1,4 +1,4 @@ -OSX_MIN_VERSION=11.0 +OSX_MIN_VERSION=13.0 OSX_SDK_VERSION=14.0 XCODE_VERSION=15.0 XCODE_BUILD_ID=15A240d |