You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2023/06/25 17:58:34 UTC

[orc] branch branch-1.9 updated: ORC-1432: Add MacOS 13 GitHub Action Job

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.9 by this push:
     new 8725b75d6 ORC-1432: Add MacOS 13 GitHub Action Job
8725b75d6 is described below

commit 8725b75d666891d309877f18c57076175ba1edb5
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Sun May 21 01:45:39 2023 -0700

    ORC-1432: Add MacOS 13 GitHub Action Job
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add `MacOS 13` GitHub Action Job.
    
    ### Why are the changes needed?
    
    `MacOS 13 Ventura` is the latest MacOS.
    - https://en.wikipedia.org/wiki/MacOS_Ventura
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    Closes #1511 from dongjoon-hyun/macos-13.
    
    Authored-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 .github/workflows/build_and_test.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index 4fdc3d8b2..afc47abb3 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -31,6 +31,7 @@ jobs:
           - ubuntu-22.04
           - macos-11
           - macos-12
+          - macos-13
         java:
           - 8
           - 11