We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d02c3e commit 8fc3d95Copy full SHA for 8fc3d95
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: linux
17
host: arc-runner-altimate-code
18
- name: windows
19
- host: windows-latest
+ host: arc-runner-windows-altimate-code
20
runs-on: ${{ matrix.settings.host }}
21
defaults:
22
run:
@@ -49,7 +49,7 @@ jobs:
49
50
playwright: bunx playwright install --with-deps
51
52
53
playwright: bunx playwright install
54
55
env:
0 commit comments