This is an automated email from the ASF dual-hosted git repository. madhan pushed a commit to branch ranger-2.6 in repository https://gitbox.apache.org/repos/asf/ranger.git
commit 76115bd8e0457e0eb10fd305b5303e61f4e786d6 Author: Abhishek Kumar <[email protected]> AuthorDate: Thu Dec 12 07:39:19 2024 -0800 RANGER-5071: CI - Revert to ubuntu-22.04 runner (#451) (cherry picked from commit 234d28f4a16daf1fe868d0ca8583c2c244199204) --- .github/workflows/maven.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index d178fe813..f24342e99 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -34,7 +34,7 @@ env: jobs: build-8: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 timeout-minutes: 60 steps: - uses: actions/checkout@v4 @@ -63,7 +63,7 @@ jobs: build-11: needs: - build-8 - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 timeout-minutes: 60 steps: - uses: actions/checkout@v4 @@ -92,7 +92,7 @@ jobs: docker-build: needs: - build-8 - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 timeout-minutes: 30 steps: - uses: actions/checkout@v4
