This is an automated email from the ASF dual-hosted git repository.

philo 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 e4787c70b5 [VL][CI] Upgrade ubuntu runner to fix weekly build error 
(#9443)
e4787c70b5 is described below

commit e4787c70b52662c6147ba3568a85e129fcd1b975
Author: PHILO-HE <[email protected]>
AuthorDate: Mon Apr 28 15:59:05 2025 +0800

    [VL][CI] Upgrade ubuntu runner to fix weekly build error (#9443)
---
 .github/workflows/velox_weekly.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/velox_weekly.yml 
b/.github/workflows/velox_weekly.yml
index 1a5589314c..16cde8be6e 100644
--- a/.github/workflows/velox_weekly.yml
+++ b/.github/workflows/velox_weekly.yml
@@ -36,7 +36,7 @@ jobs:
       matrix:
         os: [ "centos:7", "centos:8", "quay.io/centos/centos:stream9" ]
     if: ${{ startsWith(github.repository, 'apache/') }}
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     container: ${{ matrix.os }}
     steps:
       - name: Update mirror list
@@ -81,7 +81,7 @@ jobs:
       matrix:
         os: [ "ubuntu:20.04", "ubuntu:22.04" ]
     if: ${{ startsWith(github.repository, 'apache/') }}
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     container: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v2


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to