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

etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new 6534be116e Build: Use ubuntu-slim for lightweight jobs (#15457)
6534be116e is described below

commit 6534be116e04f3bb6c86b086940922bc486de29d
Author: Junwang Zhao <[email protected]>
AuthorDate: Mon Mar 2 22:41:02 2026 +0800

    Build: Use ubuntu-slim for lightweight jobs (#15457)
---
 .github/workflows/codeql.yml   | 2 +-
 .github/workflows/labeler.yml  | 2 +-
 .github/workflows/open-api.yml | 2 +-
 .github/workflows/site-ci.yml  | 2 +-
 .github/workflows/stale.yml    | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 7fef7973e5..17bfd8bf3d 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -33,7 +33,7 @@ permissions:
 jobs:
   analyze:
     name: Analyze Actions
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-slim
     permissions:
       contents: read
       security-events: write
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml
index 3de5130c7d..dde39dd4be 100644
--- a/.github/workflows/labeler.yml
+++ b/.github/workflows/labeler.yml
@@ -26,7 +26,7 @@ permissions:
 
 jobs:
   triage:
-    runs-on: ubuntu-24.04
+    runs-on: ubuntu-slim
     steps:
     - uses: actions/labeler@v6
       with:
diff --git a/.github/workflows/open-api.yml b/.github/workflows/open-api.yml
index 7cc12ba337..92948894d4 100644
--- a/.github/workflows/open-api.yml
+++ b/.github/workflows/open-api.yml
@@ -41,7 +41,7 @@ concurrency:
 
 jobs:
   openapi-spec-validator:
-    runs-on: ubuntu-24.04
+    runs-on: ubuntu-slim
 
     steps:
       - uses: actions/checkout@v6
diff --git a/.github/workflows/site-ci.yml b/.github/workflows/site-ci.yml
index 689b9e5967..cd4c2de47e 100644
--- a/.github/workflows/site-ci.yml
+++ b/.github/workflows/site-ci.yml
@@ -32,7 +32,7 @@ permissions:
 
 jobs:
   deploy:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-slim
     permissions:
       contents: write
     steps:
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml
index 9a66a97889..5411b71e7d 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -30,7 +30,7 @@ permissions:
 jobs:
   stale:
     if: github.repository_owner == 'apache'
-    runs-on: ubuntu-24.04
+    runs-on: ubuntu-slim
     steps:
       - uses: actions/[email protected]
         with:

Reply via email to