From 18d03f4b4169d11b4b1c50ce77e85885a0c83947 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Mon, 30 Sep 2024 11:39:07 -0700 Subject: [PATCH] ORC-1783: Add MacOS 15 to GitHub Action MacOS CI and docs ### What changes were proposed in this pull request? ### Why are the changes needed? ### How was this patch tested? ### Was this patch authored or co-authored using generative AI tooling? Closes #2044 from dongjoon-hyun/ORC-1783. Authored-by: Dongjoon Hyun Signed-off-by: Dongjoon Hyun --- .github/workflows/build_and_test.yml | 1 + site/_docs/building.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 8db0dedf5f..1ea3bff41b 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -51,6 +51,7 @@ jobs: - ubuntu-24.04 - macos-13 - macos-14 + - macos-15 java: - 17 - 21 diff --git a/site/_docs/building.md b/site/_docs/building.md index ef84a75422..4a57663ef9 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 12 -* MacOS 13 to 14 +* MacOS 13 to 15 * Ubuntu 22.04 to 24.04 You'll want to install the usual set of developer tools, but at least: