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 b5d24d77a ORC-1776: Remove `MacOS 12` from GitHub Action CI and docs
b5d24d77a is described below
commit b5d24d77a4d41b49f2c7b973222db79705c265f2
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
This PR aims to remove `MacOS 12` from GitHub Action CI and docs.
- 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.
Pass the CIs.
No.
Closes #2026 from dongjoon-hyun/ORC-1776.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 6aee087f5f9ee392733011e324521da44fa8dadf)
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 80b0fde1a5cc2c575ec3ad55a53781976e0b0a07)
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 c0d4a3e62..358d1a8d9 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-12
- macos-13
- macos-14
java:
diff --git a/site/_docs/building.md b/site/_docs/building.md
index 395177549..15b07c3f1 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 20.04 to 22.04
You'll want to install the usual set of developer tools, but at least: