Skip to content

Commit ebe0b50

Browse files
committed
[SPARK-51783] Support ubuntu-24.04-arm in build-test test pipeline
1 parent 6ce3580 commit ebe0b50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ jobs:
2828
config: .github/.licenserc.yaml
2929
build-test:
3030
name: "Build Test CI"
31-
runs-on: ubuntu-latest
31+
runs-on: ${{ matrix.os }}
3232
strategy:
3333
matrix:
34+
os: [ 'ubuntu-latest', 'ubuntu-24.04-arm' ]
3435
java-version: [ 17, 21 ]
3536
steps:
3637
- name: Checkout repository

0 commit comments

Comments
 (0)