Skip to content

Commit

Permalink
[cypress] Run CI in Windows 2019 instead of 2022
Browse files Browse the repository at this point in the history
This may improve performance due to
actions/runner-images#5166.
  • Loading branch information
ramosbugs committed Jul 3, 2023
1 parent 510f24c commit 0d03f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
cypress_windows_integration_tests:
name: "Cypress ${{ matrix.cypress }} Windows Node ${{ matrix.node }} Integration Tests"
runs-on: windows-2022
runs-on: windows-2019
# Cypress on Windows is slowwww...
timeout-minutes: 90
needs:
Expand Down

0 comments on commit 0d03f3a

Please sign in to comment.