Skip to content

Commit 1f1b19f

Browse files
authored
feat: updated GitHub runner (#144)
1 parent 89602c7 commit 1f1b19f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/auto-author-assign.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions:
99

1010
jobs:
1111
assign-author:
12-
runs-on: [ self-hosted, small ]
12+
runs-on: arc-runners-small
1313
if: ${{ !github.event.pull_request.assignee }}
1414
steps:
1515
- uses: toshimaru/[email protected]

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
jobs:
1313
build_debian_image:
1414
name: Build epicbox/debian image
15-
runs-on: [ self-hosted, small ]
15+
runs-on: arc-runners-small
1616
timeout-minutes: 15
1717
steps:
1818
- name: Checkout code
@@ -30,7 +30,7 @@ jobs:
3030
build_debian_images:
3131
name: Build ${{ matrix.path }} image
3232
needs: build_debian_image
33-
runs-on: [ self-hosted, small ]
33+
runs-on: arc-runners-small
3434
strategy:
3535
fail-fast: false
3636
matrix:
@@ -59,7 +59,7 @@ jobs:
5959

6060
build_images:
6161
name: Build ${{ matrix.path }} image
62-
runs-on: [ self-hosted, small ]
62+
runs-on: arc-runners-small
6363
strategy:
6464
fail-fast: false
6565
matrix:
@@ -152,7 +152,7 @@ jobs:
152152
- build_debian_image
153153
- build_debian_images
154154
- build_images
155-
runs-on: [ self-hosted, small ]
155+
runs-on: arc-runners-small
156156
timeout-minutes: 30
157157
steps:
158158
- uses: hyperskill/[email protected]

0 commit comments

Comments
 (0)