Skip to content

Commit a75b2b9

Browse files
committed
Update runner configuration to use arc-runners-small for build, lint, and test jobs
1 parent ea6e179 commit a75b2b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_ts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
build:
1818
name: Build typescript
19-
runs-on: [ self-hosted, small ]
19+
runs-on: arc-runners-small
2020
steps:
2121
- uses: actions/checkout@v4
2222

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
lint:
1515
name: Lint
16-
runs-on: [ self-hosted, small ]
16+
runs-on: arc-runners-small
1717
steps:
1818
- uses: actions/checkout@v4
1919

@@ -35,7 +35,7 @@ jobs:
3535

3636
tests:
3737
name: Tests on ${{ matrix.node-version }}
38-
runs-on: [ self-hosted, small ]
38+
runs-on: arc-runners-small
3939
env:
4040
NODE_ENV: test_lib
4141
strategy:

0 commit comments

Comments
 (0)