Skip to content

Commit

Permalink
ci: Use self-hosted runner (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiryoh authored Oct 29, 2022
1 parent 8115cc0 commit cee43da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cee43da

Please sign in to comment.