SEH exception with code 0xc0000005 thrown in the test body.
https://github.com/actions/runner-images/issues/10004
Unexpected compiler version, expected Clang 17.0.0 or newer.
https://github.com/actions/runner-images/issues/10001
working-directory: build/
windows_vs:
+ # https://github.com/actions/runner-images/issues/10004
+ if: false
runs-on: windows-latest
strategy:
matrix:
- run: ctest --output-on-failure -C ${{matrix.config}} --test-dir build/
windows_vs-no-asm:
+ # https://github.com/actions/runner-images/issues/10004
+ if: false
runs-on: windows-latest
strategy:
matrix:
# Test both clang and clang-cl (Chromium project uses clang-cl)
windows_clang:
+ # https://github.com/actions/runner-images/issues/10001
+ if: false
runs-on: windows-2022
strategy:
matrix: