We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1703998 commit aa236c2Copy full SHA for aa236c2
.github/workflows/ci.yml
@@ -22,8 +22,6 @@ jobs:
22
fail-fast: false
23
matrix:
24
platform:
25
- - { name: Windows VS2019 x86, os: windows-2019, flags: -AWin32 }
26
- - { name: Windows VS2019 x64, os: windows-2019, flags: -Ax64 }
27
- { name: Windows VS2022 x86, os: windows-2022, flags: -AWin32 }
28
- { name: Windows VS2022 x64, os: windows-2022, flags: -Ax64 }
29
- { name: Windows ClangCL, os: windows-2022, flags: -T ClangCL }
0 commit comments