This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 81b1bfbad ORC-1783: Add MacOS 15 to GitHub Action MacOS CI and docs
81b1bfbad is described below
commit 81b1bfbad0a105fb7f7919f06e6852c92f7dc448
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Sep 30 11:39:07 2024 -0700
ORC-1783: Add MacOS 15 to GitHub Action MacOS CI and docs
Closes #2044 from dongjoon-hyun/ORC-1783.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 18d03f4b4169d11b4b1c50ce77e85885a0c83947)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.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 dbafdfd85..25b35e304 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -50,6 +50,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 fa41748b1..11da9448d 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 20.04 to 24.04
You'll want to install the usual set of developer tools, but at least: