Skip to content

Commit b8489cf

Browse files
committed
Return the Windows builds back
1 parent e66c866 commit b8489cf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,16 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
os: [ubuntu-latest, ubuntu-22.04, macos-13, macos-15]
21+
os: [ubuntu-latest, ubuntu-22.04, windows-latest, windows-2022, macos-13, macos-15]
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
2531
- os: ubuntu-latest
2632
cpp_compiler: g++
2733
c_compiler: gcc

0 commit comments

Comments
 (0)