Skip to content

Commit efe3f75

Browse files
authored
Update c-cpp.yml
1 parent a2a81f4 commit efe3f75

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/c-cpp.yml

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

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

0 commit comments

Comments
 (0)