Skip to content

Commit 7ff406c

Browse files
committed
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 <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 35b558c commit 7ff406c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
os:
6868
- ubuntu-22.04
6969
- ubuntu-24.04
70+
- ubuntu-24.04-arm
7071
- macos-13
7172
- macos-14
7273
- macos-15

0 commit comments

Comments
 (0)