Skip to content

Commit f20e7d9

Browse files
committed
fix: update runner configuration to use arc-runners-small
1 parent c144d6d commit f20e7d9

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
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
timeout-minutes: 30
1414
if: ${{ !github.event.pull_request.assignee }}
1515
steps:

.github/workflows/auto-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
1414
format_backend:
1515
name: Format with ruff
16-
runs-on: [ self-hosted, small ]
16+
runs-on: arc-runners-small
1717
timeout-minutes: 30
1818
steps:
1919
- uses: actions/checkout@v4

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
lint:
1616
name: Lint with ruff
17-
runs-on: [ self-hosted, small ]
17+
runs-on: arc-runners-small
1818
timeout-minutes: 30
1919
steps:
2020
- uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
2727

2828
mypy:
2929
name: Static Type Checking
30-
runs-on: [ self-hosted, small ]
30+
runs-on: arc-runners-small
3131
timeout-minutes: 30
3232
steps:
3333
- uses: actions/checkout@v4
@@ -46,11 +46,11 @@ jobs:
4646
matrix:
4747
include:
4848
# Self-hosted runner
49-
- os: [ self-hosted, small ]
49+
- os: arc-runners-small
5050
python-version: "3.10"
51-
- os: [ self-hosted, small ]
51+
- os: arc-runners-small
5252
python-version: "3.11"
53-
- os: [ self-hosted, small ]
53+
- os: arc-runners-small
5454
python-version: "3.12"
5555

5656
# Windows

0 commit comments

Comments
 (0)