diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 44e474d..7c1a72e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: matrix: ros-distro: [foxy, galactic, humble, rolling] arch: [arm64, amd64] - runs-on: ubuntu-latest + runs-on: self-hosted timeout-minutes: 120 steps: - uses: actions/checkout@v3 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 51d6aa3..aa09487 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: matrix: ros-distro: [foxy, galactic, humble, rolling] arch: [arm64, amd64] - runs-on: ubuntu-latest + runs-on: self-hosted timeout-minutes: 120 steps: - uses: actions/checkout@v3