Skip to content

Commit 09e708e

Browse files
authored
Update c-cpp.yml
1 parent d33ffdf commit 09e708e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/c-cpp.yml

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

1919
strategy:
2020
matrix:
21-
os: [ubuntu-latest, ubuntu-22.04, windows-latest, 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:
2525
- os: windows-latest
2626
cpp_compiler: cl
2727
c_compiler: cl
28+
- os: windows-2022
29+
cpp_compiler: cl
30+
c_compiler: cl
2831
- os: ubuntu-latest
2932
cpp_compiler: g++
3033
c_compiler: gcc

0 commit comments

Comments
 (0)