We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32f590c commit 890643fCopy full SHA for 890643f
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -27,18 +27,13 @@ jobs:
27
build_type: [Release]
28
c_compiler: [gcc, clang, cl]
29
include:
30
- - os: windows-latest
31
- c_compiler: cl
32
- cpp_compiler: cl
33
- os: ubuntu-latest
34
c_compiler: gcc
35
cpp_compiler: g++
36
37
c_compiler: clang
38
cpp_compiler: clang++
39
exclude:
40
41
- c_compiler: gcc
42
- os: windows-latest
43
44
0 commit comments