Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: linux
host: arc-runner-altimate-code
- name: windows
host: windows-latest
host: arc-runner-windows-altimate-code
runs-on: ${{ matrix.settings.host }}
defaults:
run:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
host: arc-runner-altimate-code
playwright: bunx playwright install --with-deps
- name: windows
host: windows-latest
host: arc-runner-windows-altimate-code
playwright: bunx playwright install
runs-on: ${{ matrix.settings.host }}
env:
Expand Down
Loading