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 eb74ca886 ORC-2056: Remove `MacOS 14` from GitHub Action CI and docs
eb74ca886 is described below

commit eb74ca886423799f01c5caf5d49dc2b71c9e637c
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Jan 4 18:50:54 2026 +0900

    ORC-2056: Remove `MacOS 14` from GitHub Action CI and docs
    
    ### What changes were proposed in this pull request?
    
    This PR aims to remove `MacOS 14` from GitHub Action CI and docs for Apache 
ORC 2.3+
    
    ### Why are the changes needed?
    
    Since we support `MacOS 15` and `MacOS 26` mainly, we can remove `MacOS 14` 
from our test coverage.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2479 from dongjoon-hyun/ORC-2056.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/build_and_test.yml | 5 +----
 site/_docs/building.md               | 2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index f97d05c3d..43044f341 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -82,8 +82,6 @@ jobs:
             cxx: g++
           - os: ubuntu-latest
             java: 25
-          - os: macos-14
-            java: 21
     env:
       MAVEN_OPTS: -Xmx2g
       MAVEN_SKIP_RC: true
@@ -264,7 +262,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        version: [14, 15, 26]
+        version: [15, 26]
     runs-on: macos-${{ matrix.version }}
     steps:
     - name: Checkout repository
@@ -287,7 +285,6 @@ jobs:
           - ubuntu-22.04
           - ubuntu-24.04
           - ubuntu-24.04-arm
-          - macos-14
           - macos-15
           - macos-26
     steps:
diff --git a/site/_docs/building.md b/site/_docs/building.md
index 8ddc59783..93f33eab5 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 14 to 26
+* MacOS 15 to 26
 * Debian 12 to 13
 * Ubuntu 22.04 to 24.04
 * Oracle Linux 8 to 9

Reply via email to