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

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


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

commit 9c934d3a1375ba5bd3f5d723f09b1ba05f2186c0
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
    
    This PR aims to remove MacOS 11 from `GitHub Action CI` and documentations 
for Apache ORC 2.
    
    Apache ORC has 3-year support policy. We had better focus on MacOS 12+.
    
    Pass the CIs.
    
    Closes #1678 from dongjoon-hyun/ORC-1540.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit a93d58a50699fb1a100f7c0d0fd2c75d6df655c0)
    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 d78340783..450396c3f 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -38,7 +38,6 @@ jobs:
         os:
           - ubuntu-20.04
           - ubuntu-22.04
-          - macos-11
           - macos-12
         java:
           - 1.8
diff --git a/site/_docs/building.md b/site/_docs/building.md
index 88727602a..19a9485a5 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 11
-* MacOS 11.6 and 12.5
+* MacOS 12
 * Ubuntu 18.04 to 22.04
 
 You'll want to install the usual set of developer tools, but at least:

Reply via email to