aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2020-11-18 21:38:21 +0800
committerfanquake <fanquake@gmail.com>2020-11-18 21:46:09 +0800
commita52ecc936a267cae97c2f313743bf75d5af07700 (patch)
treeb604332fdaa40a4c053cd36a3480c15c0ee77515 /doc/build-osx.md
parent50e019a97a5b49caee867ec7d630fca908caed9d (diff)
downloadbitcoin-a52ecc936a267cae97c2f313743bf75d5af07700.tar.xz
build: set minimum supported macOS to 10.14
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r--doc/build-osx.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index 2a7d71eea6..0a091f6afd 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -111,6 +111,6 @@ tail -f $HOME/Library/Application\ Support/Bitcoin/debug.log
```
## Notes
-* Tested on OS X 10.12 Sierra through macOS 10.15 Catalina on 64-bit Intel
+* Tested on OS X 10.14 Mojave through macOS 11 Big Sur on 64-bit Intel
processors only.
* Building with downloaded Qt binaries is not officially supported. See the notes in [#7714](https://github.com/bitcoin/bitcoin/issues/7714).