Skip to content

Commit

Permalink
ORC-1776: Remove MacOS 12 from GitHub Action CI and docs
Browse files Browse the repository at this point in the history
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 6aee087)
Signed-off-by: Dongjoon Hyun <[email protected]>
  • Loading branch information
dongjoon-hyun committed Sep 19, 2024
1 parent 7dc8d5c commit 80b0fde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ jobs:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- macos-12
- macos-13
- macos-14
java:
Expand Down Expand Up @@ -200,7 +199,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [12, 13, 14]
version: [13, 14]
runs-on: macos-${{ matrix.version }}
steps:
- name: Checkout repository
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 12
* MacOS 12 to 14
* MacOS 13 to 14
* Ubuntu 20.04 to 24.04

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

0 comments on commit 80b0fde

Please sign in to comment.