From f858b3956a9ec335e68fa5de23bff4ec7d5d61e7 Mon Sep 17 00:00:00 2001 From: aparnajyothi-y <147696841+aparnajyothi-y@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:09:19 +0530 Subject: [PATCH] Update get-new-tool-versions.yml --- .github/workflows/get-new-tool-versions.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/get-new-tool-versions.yml b/.github/workflows/get-new-tool-versions.yml index 25f359e..17197cd 100644 --- a/.github/workflows/get-new-tool-versions.yml +++ b/.github/workflows/get-new-tool-versions.yml @@ -26,7 +26,7 @@ defaults: jobs: find_new_versions: name: Find new versions - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 outputs: versions_output: ${{ steps.Get_new_versions.outputs.TOOL_VERSIONS }} steps: @@ -40,7 +40,7 @@ jobs: check_new_versions: name: Check new versions - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: find_new_versions env: TOOL_VERSIONS: ${{needs.find_new_versions.outputs.versions_output}} @@ -69,7 +69,7 @@ jobs: -Text "$message" trigger_builds: name: Trigger builds - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: [find_new_versions, check_new_versions] env: TOOL_VERSIONS: ${{needs.find_new_versions.outputs.versions_output}} @@ -91,7 +91,7 @@ jobs: check_build: name: Check build for failures - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: [find_new_versions, check_new_versions, trigger_builds] if: failure() steps: