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

csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f6643d5 [AURON #1351] Unify GitHub Actions runner image to Ubuntu 
24.04 (#1352)
7f6643d5 is described below

commit 7f6643d53d9358991d1f22442b6c507ecfede459
Author: Ruilei Ma <[email protected]>
AuthorDate: Thu Sep 25 22:05:59 2025 +0800

    [AURON #1351] Unify GitHub Actions runner image to Ubuntu 24.04 (#1352)
---
 .github/workflows/build-ce7-releases.yml   | 2 +-
 .github/workflows/delete-workflow-runs.yml | 2 +-
 .github/workflows/stale.yml                | 2 +-
 .github/workflows/style.yml                | 2 +-
 .github/workflows/tpcds-reusable.yml       | 6 +++---
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/build-ce7-releases.yml 
b/.github/workflows/build-ce7-releases.yml
index 1405292d..d849ddca 100644
--- a/.github/workflows/build-ce7-releases.yml
+++ b/.github/workflows/build-ce7-releases.yml
@@ -33,7 +33,7 @@ on:
 jobs:
   build-snapshot:
     name: Build Snapshot
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-24.04
     strategy:
       matrix:
         sparkver: [spark-3.0, spark-3.1, spark-3.2, spark-3.3, spark-3.4, 
spark-3.5]
diff --git a/.github/workflows/delete-workflow-runs.yml 
b/.github/workflows/delete-workflow-runs.yml
index a70a033b..6b04d609 100644
--- a/.github/workflows/delete-workflow-runs.yml
+++ b/.github/workflows/delete-workflow-runs.yml
@@ -60,7 +60,7 @@ on:
 
 jobs:
   del_runs:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04
     permissions:
       actions: write
     steps:
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 6a3abb35..fcd98a30 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -22,7 +22,7 @@ on:
 
 jobs:
   close-issues:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04
     permissions:
       issues: write
       pull-requests: write
diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml
index 7fa935ae..9c86877f 100644
--- a/.github/workflows/style.yml
+++ b/.github/workflows/style.yml
@@ -34,7 +34,7 @@ concurrency:
 jobs:
   style:
     name: Style
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-24.04
     strategy:
       fail-fast: false
     steps:
diff --git a/.github/workflows/tpcds-reusable.yml 
b/.github/workflows/tpcds-reusable.yml
index 5a955384..cd4d2a83 100644
--- a/.github/workflows/tpcds-reusable.yml
+++ b/.github/workflows/tpcds-reusable.yml
@@ -84,7 +84,7 @@ env:
 jobs:
   build-validator:
     name: Build TPC-DS Validator
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04
     steps:
       - name: Cache TPC-DS Validator
         uses: actions/cache@v4
@@ -123,7 +123,7 @@ jobs:
 
   build-auron-jar:
     name: Build Auron JAR
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04
     steps:
       - name: Checkout Auron
         uses: actions/checkout@v4
@@ -198,7 +198,7 @@ jobs:
   run-tpcds-test:
     name: Run TPC-DS test ${{ matrix.query }}
     needs: [build-validator, build-auron-jar]
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-24.04
     strategy:
       fail-fast: false
       matrix:

Reply via email to