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

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


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 31a09ad51 ORC-1875: Support `ubuntu-24.04-arm` in GitHub Action CIs
31a09ad51 is described below

commit 31a09ad51949272212732efbb34423b394d0221d
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sat Apr 12 20:59:40 2025 +0900

    ORC-1875: Support `ubuntu-24.04-arm` in GitHub Action CIs
    
    ### What changes were proposed in this pull request?
    
    This PR aims to support `ubuntu-24.04-arm` in GitHub Action CIs.
    
    ### Why are the changes needed?
    
    `Linux` arm64 architecture becomes public preview as a new GitHub Action 
runner. We had better utilize this resource in our test infra.
    - 
https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2185 from dongjoon-hyun/ORC-1875.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 7ff406c76ea76f3a25c5a06e0d3a395de8746250)
    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 1912a9a91..8f0e96ebe 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -67,6 +67,7 @@ jobs:
         os:
           - ubuntu-22.04
           - ubuntu-24.04
+          - ubuntu-24.04-arm
           - macos-13
           - macos-14
           - macos-15

Reply via email to