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 a61e2d45f ORC-1744: Add `ubuntu-24.04` to GitHub Action
a61e2d45f is described below

commit a61e2d45f727737489a3e4e1860979ecb3782e31
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Jul 14 14:53:44 2024 -0700

    ORC-1744: Add `ubuntu-24.04` to GitHub Action
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add `ubuntu-24.04` to GitHub Action.
    
    ### Why are the changes needed?
    
    `Ubuntu 24.04` is available as `Beta`.
    - https://github.com/actions/runner-images/issues/9848
    
    We can use it to improve the test coverage.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #1982 from dongjoon-hyun/ORC-1744.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .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 89460a543..edb880be2 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -49,6 +49,7 @@ jobs:
         os:
           - ubuntu-20.04
           - ubuntu-22.04
+          - ubuntu-24.04
           - macos-12
           - macos-13
           - macos-14

Reply via email to