From 72c9397e66b1a6f2a35129d7c14afbc7457e6f30 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Wed, 30 Aug 2023 09:23:51 -0700 Subject: [PATCH] ORC-1499: Add MacOS 13 and 14 to `building.md` This PR aims to add MacOS 13 and 14 to `building.md`. - #1511 added MacOS 13 test coverage . - I verified MacOS 14 manually on Apple Silicon. Manual review because this is a doc-only change. Closes #1606 from dongjoon-hyun/ORC-1499. Authored-by: Dongjoon Hyun Signed-off-by: Dongjoon Hyun (cherry picked from commit a9e49656558e54f3f5c1b1eb0b9d70e2ad80bc21) Signed-off-by: Dongjoon Hyun --- site/_docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/building.md b/site/_docs/building.md index 88727602a2..d348cd2851 100644 --- a/site/_docs/building.md +++ b/site/_docs/building.md @@ -11,7 +11,7 @@ The C++ library is supported on the following operating systems: * CentOS 7 * Debian 10 to 11 -* MacOS 11.6 and 12.5 +* MacOS 11.6 and 14.0 * Ubuntu 18.04 to 22.04 You'll want to install the usual set of developer tools, but at least: