Skip to content

Commit

Permalink
ORC-1540: Remove MacOS 11 from GitHub Action CI and docs
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dongjoon-hyun committed Jul 11, 2024
1 parent 55bb0de commit a93d58a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
os:
- ubuntu-20.04
- ubuntu-22.04
- macos-11
- macos-12
- macos-13
java:
Expand Down
2 changes: 1 addition & 1 deletion site/_docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The C++ library is supported on the following operating systems:

* CentOS 7
* Debian 10 to 11
* MacOS 11.6 and 14.0
* MacOS 12 to 14
* Ubuntu 18.04 to 22.04

You'll want to install the usual set of developer tools, but at least:
Expand Down

0 comments on commit a93d58a

Please sign in to comment.