Skip to content

Commit 34524f0

Browse files
committed
ci: revert Windows tests to windows-latest (ARC Windows containers lack required tools)
1 parent c726206 commit 34524f0

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: arc-runner-windows-altimate-code
19+
host: windows-latest
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: arc-runner-windows-altimate-code
52+
host: windows-latest
5353
playwright: bunx playwright install
5454
runs-on: ${{ matrix.settings.host }}
5555
env:

0 commit comments

Comments
 (0)