From d4c9a284dfad984a2d9c738bb030d97990456a86 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 d2fe661..30afa6a 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: