Skip to content

Commit f737dd6

Browse files
build: use self hosted runner
1 parent b18cad9 commit f737dd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88

99
jobs:
1010
build-test:
11-
runs-on: ubuntu-22.04
11+
runs-on: arc-k3s-runner-set
12+
# use github hosted runner
13+
# runs-on: ubuntu-latest
1214
steps:
1315
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1416
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)