From 348e7165be4893ef03fb4b42ccb53da7f9f63d91 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Fri, 10 Jul 2026 14:01:31 +0100 Subject: [PATCH] Document minimum macOS supported version --- BUILD.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index a15c94edc9..00d033ca3b 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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