We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c726206 commit 34524f0Copy full SHA for 34524f0
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: linux
17
host: arc-runner-altimate-code
18
- name: windows
19
- host: arc-runner-windows-altimate-code
+ host: windows-latest
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