Document minimum macOS supported version

This commit is contained in:
Ayaz Salikhov
2026-07-10 14:01:31 +01:00
parent 3ecb992ef7
commit 348e7165be

View File

@@ -41,7 +41,10 @@ Our Linux CI tooling is distro-independent and uses a Nix-based environment, so
### macOS
Many `xrpld` engineers use macOS for development.
Many `xrpld` engineers use macOS for development. The minimum supported version
is macOS 26, which is also what our CI builds and tests against. The build
defaults `CMAKE_OSX_DEPLOYMENT_TARGET` accordingly, so you do not need to pass it
yourself.
### Windows