From 61fa8c65a22b3f9af64bb6535ca15b20a97b4dd2 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Sun, 4 Jan 2026 14:09:30 +0900 Subject: [PATCH] ORC-2056: Remove `MacOS 14` from GitHub Action CI and docs --- .github/workflows/build_and_test.yml | 5 +---- site/_docs/building.md | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index f97d05c3d0..43044f3416 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -82,8 +82,6 @@ jobs: cxx: g++ - os: ubuntu-latest java: 25 - - os: macos-14 - java: 21 env: MAVEN_OPTS: -Xmx2g MAVEN_SKIP_RC: true @@ -264,7 +262,7 @@ jobs: strategy: fail-fast: false matrix: - version: [14, 15, 26] + version: [15, 26] runs-on: macos-${{ matrix.version }} steps: - name: Checkout repository @@ -287,7 +285,6 @@ jobs: - ubuntu-22.04 - ubuntu-24.04 - ubuntu-24.04-arm - - macos-14 - macos-15 - macos-26 steps: diff --git a/site/_docs/building.md b/site/_docs/building.md index 8ddc59783a..93f33eab59 100644 --- a/site/_docs/building.md +++ b/site/_docs/building.md @@ -9,7 +9,7 @@ dockerUrl: https://github.com/apache/orc/blob/main/docker The C++ library is supported on the following operating systems: -* MacOS 14 to 26 +* MacOS 15 to 26 * Debian 12 to 13 * Ubuntu 22.04 to 24.04 * Oracle Linux 8 to 9