File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 2828 cc : " gcc-12"
2929 build_type : Release
3030
31+ - name : " gcc13"
32+ install : " g++-13"
33+ cxx : " g++-13"
34+ cc : " gcc-13"
35+ build_type : Release
36+
3137 - name : " gcc12"
3238 install : " g++-12"
3339 cxx : " g++-12"
4046 cc : " gcc-11"
4147 build_type : Release
4248
43- - name : " gcc10"
44- install : " g++-10"
45- cxx : " g++-10"
46- cc : " gcc-10"
47- build_type : Release
48-
4949 - name : " clang_format"
5050 install : " g++-11 clang-format-14"
5151 cxx : " g++-11"
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
2222 fail-fast : false
2323 matrix :
2424 include :
25- - name : " gcc12 "
26- cxx : " g++-12 "
27- cc : " gcc-12 "
25+ - name : " gcc13 "
26+ cxx : " g++-13 "
27+ cc : " gcc-13 "
2828 build_type : Release
2929
30- - name : " gcc10 "
31- cxx : " g++-10 "
32- cc : " gcc-10 "
30+ - name : " gcc11 "
31+ cxx : " g++-11 "
32+ cc : " gcc-11 "
3333 build_type : Release
3434
3535 steps :
You can’t perform that action at this time.
0 commit comments