diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2023-05-10 22:34:06 +0000 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2023-06-22 15:28:47 +0000 |
commit | fb61bc0c022cc0fff290b94ee4f9cf9f4160efe2 (patch) | |
tree | 3ff13efc61d7cc4753a67eac78e887e3c4d4e07d /doc | |
parent | c2cd47280cf5db5645917574dd95e9ec6036319e (diff) |
depends: Bump MacOS minimum runtime requirement to 11.0
This is necessary as the new fixup_chains linker behavior is only valid
when the runtime target is >=11.0.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-empty-template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-notes-empty-template.md b/doc/release-notes-empty-template.md index 4cd2314308..887104548b 100644 --- a/doc/release-notes-empty-template.md +++ b/doc/release-notes-empty-template.md @@ -36,7 +36,7 @@ Compatibility ============== Bitcoin Core is supported and extensively tested on operating systems -using the Linux kernel, macOS 10.15+, and Windows 7 and newer. Bitcoin +using the Linux kernel, macOS 11.0+, and Windows 7 and newer. Bitcoin Core should also work on most other Unix-like systems but is not as frequently tested on them. It is not recommended to use Bitcoin Core on unsupported systems. |