This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/main by this push:
new 71caf9946 ORC-2050: Add `MacOS 26` to `meson/macos-cpp-check` and use
mainly in `build` GitHub Action job
71caf9946 is described below
commit 71caf9946ddc8b011b3c1fb1559aa2e1aa7a1901
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Jan 4 09:23:53 2026 +0900
ORC-2050: Add `MacOS 26` to `meson/macos-cpp-check` and use mainly in
`build` GitHub Action job
### What changes were proposed in this pull request?
This PR aims the following.
- Add `MacOS 26` to `meson/macos-cpp-check` GitHub Action job
- Use `MacOS 26` mainly in `build` GitHub Action job
### Why are the changes needed?
From 2026, we had better focus on `MacOS 26` test coverage more actively
because it's the latest and will become the majority.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2473 from dongjoon-hyun/ORC-2050.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index 4ca53f409..f97d05c3d 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -69,8 +69,8 @@ jobs:
- ubuntu-22.04
- ubuntu-24.04
- ubuntu-24.04-arm
- - macos-14
- macos-15
+ - macos-26
java:
- 17
- 21
@@ -82,7 +82,7 @@ jobs:
cxx: g++
- os: ubuntu-latest
java: 25
- - os: macos-26
+ - os: macos-14
java: 21
env:
MAVEN_OPTS: -Xmx2g
@@ -264,7 +264,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- version: [14, 15]
+ version: [14, 15, 26]
runs-on: macos-${{ matrix.version }}
steps:
- name: Checkout repository
@@ -289,6 +289,7 @@ jobs:
- ubuntu-24.04-arm
- macos-14
- macos-15
+ - macos-26
steps:
- name: Checkout
uses: actions/checkout@v5