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 7ff406c76 ORC-1875: Support `ubuntu-24.04-arm` in GitHub Action CIs
7ff406c76 is described below
commit 7ff406c76ea76f3a25c5a06e0d3a395de8746250
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]>
---
.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 745dff052..2cebbe4c1 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