This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-2.2 by this push:
     new d6e69f66c ORC-1995: Add `MacOS 26` to GitHub Action CI and docs
d6e69f66c is described below

commit d6e69f66c9270533da3e3ac31959e57599c9c95c
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Sep 12 11:03:54 2025 -0700

    ORC-1995: Add `MacOS 26` to GitHub Action CI and docs
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add `MacOS 26` to `GitHub Action CI` and docs.
    
    ### Why are the changes needed?
    
    To prepare the test coverage for `MacOS 26`.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    - 
https://github.com/apache/orc/actions/runs/17681793839/job/50257419468?pr=2382
    
    <img width="443" height="40" alt="Screenshot 2025-09-12 at 10 38 19" 
src="https://github.com/user-attachments/assets/999c10b3-b910-49db-a245-4480ee2c0c64";
 />
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2382 from dongjoon-hyun/ORC-1995.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 3b012ccee3b0d240008a81d14f5d15ee3ceaa6af)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/build_and_test.yml | 2 ++
 site/_docs/building.md               | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 3cf30baf0..ca0290de8 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -82,6 +82,8 @@ jobs:
             cxx: g++
           - os: ubuntu-latest
             java: 25-ea
+          - os: macos-26
+            java: 21
     env:
       MAVEN_OPTS: -Xmx2g
       MAVEN_SKIP_RC: true
diff --git a/site/_docs/building.md b/site/_docs/building.md
index d10be485c..418985c3e 100644
--- a/site/_docs/building.md
+++ b/site/_docs/building.md
@@ -9,7 +9,7 @@ dockerUrl: https://github.com/apache/orc/blob/main/docker
 
 The C++ library is supported on the following operating systems:
 
-* MacOS 13 to 15
+* MacOS 13 to 26
 * Debian 11 to 12
 * Ubuntu 22.04 to 24.04
 * Oracle Linux 8 to 9

Reply via email to