Skip to content

Commit 53ed5db

Browse files
authored
Exclude Windows build
1 parent c41cb3c commit 53ed5db

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/c-cpp.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ jobs:
2222
build_type: [Release, Debug]
2323
cpp_compiler: [g++, clang++, cl]
2424
include:
25-
- os: windows-latest
26-
cpp_compiler: cl
27-
c_compiler: cl
28-
- os: windows-2022
29-
cpp_compiler: cl
30-
c_compiler: cl
3125
- os: ubuntu-latest
3226
cpp_compiler: g++
3327
c_compiler: gcc

0 commit comments

Comments
 (0)