Skip to content

Commit

Permalink
Disable erroneous MSVC CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
eliaskosunen committed Jun 7, 2024
1 parent 98cf490 commit 80bd453
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@ jobs:
type: Debug
std: 20

exclude:
# Segfaulting in the tests, not locally reproducible
- os: 2022
platform: Win32
type: Release
std: 17
- os: 2022
platform: x64
type: Release
std: 17

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 80bd453

Please sign in to comment.