Skip to content

Commit 890643f

Browse files
authored
Changed workflow
1 parent 32f590c commit 890643f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,13 @@ jobs:
2727
build_type: [Release]
2828
c_compiler: [gcc, clang, cl]
2929
include:
30-
- os: windows-latest
31-
c_compiler: cl
32-
cpp_compiler: cl
3330
- os: ubuntu-latest
3431
c_compiler: gcc
3532
cpp_compiler: g++
3633
- os: ubuntu-latest
3734
c_compiler: clang
3835
cpp_compiler: clang++
3936
exclude:
40-
- os: windows-latest
41-
c_compiler: gcc
4237
- os: windows-latest
4338
c_compiler: clang
4439
- os: ubuntu-latest

0 commit comments

Comments
 (0)