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 07e3cee commit 12527bdCopy full SHA for 12527bd
.github/workflows/windows.yml
@@ -19,9 +19,9 @@ jobs:
19
matrix:
20
runs-on: [windows-latest]
21
sys:
22
- - {compiler: default, os: windows-latest}
+ - {compiler: default, os: windows-latest}
23
- {compiler: default, os: windows-2019}
24
- - {compiler: clang-cl, os: windows-latest}
+ - {compiler: clang-cl, os: windows-latest}
25
# Enable again and fix remaining issues after refactoring
26
#- {compiler: clang}
27
0 commit comments