Skip to content

Commit de0d8fe

Browse files
committed
chore: use self-hosted runner
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
1 parent f3fa367 commit de0d8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
build-main:
1313
needs: load-env
14-
runs-on: ubuntu-latest
14+
runs-on: self-hosted
1515
container: ${{ needs.load-env.outputs.base-image }}
1616
steps:
1717
- name: Check out repository

0 commit comments

Comments
 (0)