Skip to content

Commit

Permalink
use github hosted runner
Browse files Browse the repository at this point in the history
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
  • Loading branch information
mitsudome-r committed Feb 3, 2025
1 parent f00bddd commit de6c549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/health-check-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

docker-build:
needs: load-env
runs-on: [self-hosted, linux, ARM64]
runs-on: ubuntu-22.04-arm64
steps:
# https://github.com/actions/checkout/issues/211
- name: Change permission of workspace
Expand Down

0 comments on commit de6c549

Please sign in to comment.