From cc6918948cc15746f25c613a60d4eff0d02d188b Mon Sep 17 00:00:00 2001 From: JohnN193 <92045055+JohnN193@users.noreply.github.com> Date: Fri, 13 Sep 2024 13:50:57 -0400 Subject: [PATCH] Update bump_dependencies.yml --- .github/workflows/bump_dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump_dependencies.yml b/.github/workflows/bump_dependencies.yml index 76c6ca9..1d1f83b 100644 --- a/.github/workflows/bump_dependencies.yml +++ b/.github/workflows/bump_dependencies.yml @@ -13,7 +13,7 @@ jobs: bump-versions: name: Bump Package Versions if: github.repository_owner == 'viam-modules' - runs-on: [self-hosted, x64] + runs-on: ubuntu-latest container: image: ghcr.io/viamrobotics/rdk-devenv:amd64 timeout-minutes: 10