diff --git a/.github/workflows/get-new-tool-versions.yml b/.github/workflows/get-new-tool-versions.yml index e6fc778..f00614a 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-24.04 + runs-on: ubuntu-latest outputs: versions_output: ${{ steps.Get_new_versions.outputs.TOOL_VERSIONS }} steps: