Skip to content

Commit 3c61b02

Browse files
authored
chore: migrate test.yml to ARC runners (linux) + GitHub-hosted (windows) (#94)
1 parent e9d439b commit 3c61b02

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
matrix:
1515
settings:
1616
- name: linux
17-
host: blacksmith-4vcpu-ubuntu-2404
17+
host: arc-runner-altimate-code
1818
- name: windows
19-
host: blacksmith-4vcpu-windows-2025
19+
host: windows-latest
2020
runs-on: ${{ matrix.settings.host }}
2121
defaults:
2222
run:
@@ -46,10 +46,10 @@ jobs:
4646
matrix:
4747
settings:
4848
- name: linux
49-
host: blacksmith-4vcpu-ubuntu-2404
49+
host: arc-runner-altimate-code
5050
playwright: bunx playwright install --with-deps
5151
- name: windows
52-
host: blacksmith-4vcpu-windows-2025
52+
host: windows-latest
5353
playwright: bunx playwright install
5454
runs-on: ${{ matrix.settings.host }}
5555
env:
@@ -89,7 +89,7 @@ jobs:
8989
9090
required:
9191
name: test (linux)
92-
runs-on: blacksmith-4vcpu-ubuntu-2404
92+
runs-on: arc-runner-altimate-code
9393
needs:
9494
- unit
9595
- e2e

0 commit comments

Comments
 (0)