We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a00dd9 commit 21a2641Copy full SHA for 21a2641
1 file changed
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
typescript:
11
name: TypeScript
12
- runs-on: ubuntu-latest
+ runs-on: arc-runner-altimate-code
13
steps:
14
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
15
@@ -39,7 +39,7 @@ jobs:
39
40
lint:
41
name: Lint
42
43
44
45
@@ -56,7 +56,7 @@ jobs:
56
57
python:
58
name: Python ${{ matrix.python-version }}
59
60
strategy:
61
matrix:
62
python-version: ["3.10", "3.11", "3.12"]
0 commit comments