This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new 18d03f4b4 ORC-1783: Add MacOS 15 to GitHub Action MacOS CI and docs
18d03f4b4 is described below
commit 18d03f4b4169d11b4b1c50ce77e85885a0c83947
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
### 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 <[email protected]>
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 8db0dedf5..1ea3bff41 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 ef84a7542..4a57663ef 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: