Skip to content

Commit eb74ca8

Browse files
committed
ORC-2056: Remove MacOS 14 from GitHub Action CI and docs
### What changes were proposed in this pull request? This PR aims to remove `MacOS 14` from GitHub Action CI and docs for Apache ORC 2.3+ ### Why are the changes needed? Since we support `MacOS 15` and `MacOS 26` mainly, we can remove `MacOS 14` from our test coverage. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2479 from dongjoon-hyun/ORC-2056. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent b34f94d commit eb74ca8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ jobs:
8282
cxx: g++
8383
- os: ubuntu-latest
8484
java: 25
85-
- os: macos-14
86-
java: 21
8785
env:
8886
MAVEN_OPTS: -Xmx2g
8987
MAVEN_SKIP_RC: true
@@ -264,7 +262,7 @@ jobs:
264262
strategy:
265263
fail-fast: false
266264
matrix:
267-
version: [14, 15, 26]
265+
version: [15, 26]
268266
runs-on: macos-${{ matrix.version }}
269267
steps:
270268
- name: Checkout repository
@@ -287,7 +285,6 @@ jobs:
287285
- ubuntu-22.04
288286
- ubuntu-24.04
289287
- ubuntu-24.04-arm
290-
- macos-14
291288
- macos-15
292289
- macos-26
293290
steps:

site/_docs/building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dockerUrl: https://github.com/apache/orc/blob/main/docker
99

1010
The C++ library is supported on the following operating systems:
1111

12-
* MacOS 14 to 26
12+
* MacOS 15 to 26
1313
* Debian 12 to 13
1414
* Ubuntu 22.04 to 24.04
1515
* Oracle Linux 8 to 9

0 commit comments

Comments
 (0)