From 0d03f3a0ee9bd409e52031f45faffc2a0808ca21 Mon Sep 17 00:00:00 2001 From: "David A. Ramos" Date: Sun, 2 Jul 2023 23:03:26 -0700 Subject: [PATCH] [cypress] Run CI in Windows 2019 instead of 2022 This may improve performance due to https://github.com/actions/runner-images/issues/5166. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2f9ba42..c8c9a92 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: