Skip to content

Commit df42a3f

Browse files
committed
[SPARK-51782] Add ubuntu-24.04-arm to build and integration-test-linux test pipelines
1 parent 4185eb9 commit df42a3f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
matrix:
4747
os:
4848
- ubuntu-latest
49+
- ubuntu-24.04-arm
4950
- macos-15
5051
steps:
5152
- uses: actions/checkout@v4
@@ -56,7 +57,13 @@ jobs:
5657
run: swift build -v
5758

5859
integration-test-linux:
59-
runs-on: ubuntu-latest
60+
runs-on: ${{ matrix.os }}
61+
strategy:
62+
fail-fast: false
63+
matrix:
64+
os:
65+
- ubuntu-latest
66+
- ubuntu-24.04-arm
6067
services:
6168
spark:
6269
image: apache/spark:4.0.0-preview2

0 commit comments

Comments
 (0)