This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 414c5b3c0 ORC-1895: Add `MacOS 15` to `macos-cpp-check` GitHub Action
job
414c5b3c0 is described below
commit 414c5b3c0d4fea6fcf254f1696390a685b93c892
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed May 7 13:17:27 2025 -0700
ORC-1895: Add `MacOS 15` to `macos-cpp-check` GitHub Action job
### What changes were proposed in this pull request?
This PR aims to add `MacOS 15` to `macos-cpp-check` GitHub Action job
additionally.
### Why are the changes needed?
To have additional test coverage.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2218 from dongjoon-hyun/ORC-1895.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 1a2e3e0e2c89f2c97c5de72c5823b1fa1b7e7728)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/build_and_test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index 881cc5e12..c33159b1b 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -220,7 +220,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- version: [13, 14]
+ version: [13, 14, 15]
runs-on: macos-${{ matrix.version }}
steps:
- name: Checkout repository