Skip to content

Commit bf29132

Browse files
committed
[SPARK-56138] Replace ubuntu-latest with ubuntu-slim in build-test GitHub Actions job
1 parent 1fa05c1 commit bf29132

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fail-fast: false
3636
max-parallel: 20
3737
matrix:
38-
os: [ 'ubuntu-latest', 'ubuntu-24.04-arm' ]
38+
os: [ 'ubuntu-slim', 'ubuntu-24.04-arm' ]
3939
java-version: [ 17, 21, 25, 26 ]
4040
steps:
4141
- name: Checkout repository

0 commit comments

Comments
 (0)