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 1a2e3e0e2 ORC-1895: Add `MacOS 15` to `macos-cpp-check` GitHub Action 
job
1a2e3e0e2 is described below

commit 1a2e3e0e2c89f2c97c5de72c5823b1fa1b7e7728
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]>
---
 .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 2cebbe4c1..a6877220d 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -223,7 +223,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        version: [13, 14]
+        version: [13, 14, 15]
     runs-on: macos-${{ matrix.version }}
     steps:
     - name: Checkout repository

Reply via email to