Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit d4c9a28

Browse files
committed
[cypress] Run CI in Windows 2019 instead of 2022
This may improve performance due to actions/runner-images#5166.
1 parent ec88a42 commit d4c9a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
193193
cypress_windows_integration_tests:
194194
name: "Cypress ${{ matrix.cypress }} Windows Node ${{ matrix.node }} Integration Tests"
195-
runs-on: windows-2022
195+
runs-on: windows-2019
196196
# Cypress on Windows is slowwww...
197197
timeout-minutes: 90
198198
needs:

0 commit comments

Comments
 (0)