Skip to content

Commit

Permalink
Disable Windows runners for now given GitHub Actions incident
Browse files Browse the repository at this point in the history
See: actions/runner-images#10004
See: google/googletest#4556
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
  • Loading branch information
jviotti committed Jun 7, 2024
1 parent e17f55e commit 2e0ce1f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e0ce1f

Please sign in to comment.