Skip to content

Commit 21a2641

Browse files
committed
chore: use ARC self-hosted runner for CI
1 parent 1a00dd9 commit 21a2641

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
typescript:
1111
name: TypeScript
12-
runs-on: ubuntu-latest
12+
runs-on: arc-runner-altimate-code
1313
steps:
1414
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1515

@@ -39,7 +39,7 @@ jobs:
3939

4040
lint:
4141
name: Lint
42-
runs-on: ubuntu-latest
42+
runs-on: arc-runner-altimate-code
4343
steps:
4444
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
4545

@@ -56,7 +56,7 @@ jobs:
5656

5757
python:
5858
name: Python ${{ matrix.python-version }}
59-
runs-on: ubuntu-latest
59+
runs-on: arc-runner-altimate-code
6060
strategy:
6161
matrix:
6262
python-version: ["3.10", "3.11", "3.12"]

0 commit comments

Comments
 (0)