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

abhi pushed a commit to branch large_runner_docker
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit cef9270ef0faf2e8f753f308ae6e4924ff20957d
Author: Abhishek Kumar <[email protected]>
AuthorDate: Fri Oct 24 13:17:44 2025 -0700

    Change runner to ubuntu-22.04-32core for docker-build
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ea1781ed4..77245b1e2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -104,7 +104,7 @@ jobs:
   docker-build:
     needs:
       - build-8
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-22.04-32core
     timeout-minutes: 30
     steps:
       - uses: actions/checkout@v4

Reply via email to