Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -287,7 +285,6 @@ jobs:
- ubuntu-22.04
- ubuntu-24.04
- ubuntu-24.04-arm
- macos-14
- macos-15
- macos-26
steps:
Expand Down
2 changes: 1 addition & 1 deletion site/_docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading