Skip to content

Commit 8fc3d95

Browse files
committed
ci: switch Windows test jobs to ARC self-hosted runner
1 parent 7d02c3e commit 8fc3d95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: linux
1717
host: arc-runner-altimate-code
1818
- name: windows
19-
host: windows-latest
19+
host: arc-runner-windows-altimate-code
2020
runs-on: ${{ matrix.settings.host }}
2121
defaults:
2222
run:
@@ -49,7 +49,7 @@ jobs:
4949
host: arc-runner-altimate-code
5050
playwright: bunx playwright install --with-deps
5151
- name: windows
52-
host: windows-latest
52+
host: arc-runner-windows-altimate-code
5353
playwright: bunx playwright install
5454
runs-on: ${{ matrix.settings.host }}
5555
env:

0 commit comments

Comments
 (0)