This is an automated email from the ASF dual-hosted git repository.
yuanzhou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 35f6603f55 [VL] disable CI on ubuntu-20.04 (#9800)
35f6603f55 is described below
commit 35f6603f554a4c33c6317b0feeb1638e383c71ef
Author: Yuan <[email protected]>
AuthorDate: Thu May 29 17:27:37 2025 +0100
[VL] disable CI on ubuntu-20.04 (#9800)
ubuntu20.04 mirror is not stable due to end of life
(Fixes: #9796)
Signed-off-by: Yuan <[email protected]>
---
.github/workflows/velox_backend.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/velox_backend.yml
b/.github/workflows/velox_backend.yml
index cb4aeaa845..920c5aa811 100644
--- a/.github/workflows/velox_backend.yml
+++ b/.github/workflows/velox_backend.yml
@@ -119,7 +119,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ "ubuntu:20.04", "ubuntu:22.04" ]
+ os: [ "ubuntu:22.04" ]
spark: [ "spark-3.2", "spark-3.3", "spark-3.4", "spark-3.5" ]
java: [ "java-8", "java-11", "java-17" ]
# Spark supports JDK17 since 3.3 and later, see
https://issues.apache.org/jira/browse/SPARK-33772
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]