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

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


The following commit(s) were added to refs/heads/branch-1.9 by this push:
     new e3e86777e ORC-1540: Remove MacOS 11 from GitHub Action CI and docs
e3e86777e is described below

commit e3e86777e65a336e413a01cb4617825aa61482f4
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Dec 3 21:41:59 2023 -0800

    ORC-1540: Remove MacOS 11 from GitHub Action CI and docs
    
    ### What changes were proposed in this pull request?
    
    This PR aims to remove MacOS 11 from `GitHub Action CI` and documentations 
for Apache ORC 2.
    
    ### Why are the changes needed?
    
    Apache ORC has 3-year support policy. We had better focus on MacOS 12+.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    Closes #1678 from dongjoon-hyun/ORC-1540.
    
    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, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 879addaec..8aa2c1287 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -48,7 +48,6 @@ jobs:
         os:
           - ubuntu-20.04
           - ubuntu-22.04
-          - macos-11
           - macos-12
           - macos-13
         java:
diff --git a/site/_docs/building.md b/site/_docs/building.md
index 25fb6e370..395177549 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 11.6 and 14.0
+* MacOS 12 to 14
 * Ubuntu 20.04 to 22.04
 
 You'll want to install the usual set of developer tools, but at least:

Reply via email to