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 6aee087f5 ORC-1776: Remove `MacOS 12` from GitHub Action CI and docs
6aee087f5 is described below

commit 6aee087f5f9ee392733011e324521da44fa8dadf
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Sep 17 21:49:06 2024 -0700

    ORC-1776: Remove `MacOS 12` from GitHub Action CI and docs
    
    ### What changes were proposed in this pull request?
    
    This PR aims to remove `MacOS 12` from GitHub Action CI and docs.
    
    ### Why are the changes needed?
    
    - MacOS 12 started to release on October 25, 2021 .
    - Apache ORC has 3-year support policy. We had better focus on MacOS 13+ 
from Apache ORC 2.1.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2026 from dongjoon-hyun/ORC-1776.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/build_and_test.yml | 3 +--
 site/_docs/building.md               | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 2b43488f6..8db0dedf5 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -49,7 +49,6 @@ jobs:
         os:
           - ubuntu-22.04
           - ubuntu-24.04
-          - macos-12
           - macos-13
           - macos-14
         java:
@@ -193,7 +192,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        version: [12, 13, 14]
+        version: [13, 14]
     runs-on: macos-${{ matrix.version }}
     steps:
     - name: Checkout repository
diff --git a/site/_docs/building.md b/site/_docs/building.md
index 367698b1c..ef84a7542 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 12 to 14
+* MacOS 13 to 14
 * Ubuntu 22.04 to 24.04
 
 You'll want to install the usual set of developer tools, but at least:

Reply via email to