From 2e0ce1f54c4d00cc228e5597bb90e62ca6f335fd Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 7 Jun 2024 09:08:03 -0400 Subject: [PATCH] Disable Windows runners for now given GitHub Actions incident See: https://github.com/actions/runner-images/issues/10004 See: https://github.com/google/googletest/issues/4556 Signed-off-by: Juan Cruz Viotti --- .github/workflows/ci.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fb304a2e..1140fd0a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,12 +45,15 @@ jobs: cxx: g++ type: shared shell: sh - - os: windows-latest - type: static - shell: pwsh - - os: windows-latest - type: shared - shell: pwsh + + # TODO: Add back once the SEH sudden exceptions are gone + # See: https://github.com/actions/runner-images/issues/10004 + # - os: windows-latest + # type: static + # shell: pwsh + # - os: windows-latest + # type: shared + # shell: pwsh # Sanitizers - os: ubuntu-latest