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 /share | |
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 'share')
-rw-r--r-- | share/qt/Info.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qt/Info.plist.in b/share/qt/Info.plist.in index b4e6f6a150..5ff736152f 100644 --- a/share/qt/Info.plist.in +++ b/share/qt/Info.plist.in @@ -3,7 +3,7 @@ <plist version="0.9"> <dict> <key>LSMinimumSystemVersion</key> - <string>11</string> + <string>13</string> <key>LSArchitecturePriority</key> <array> |