File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 28
28
cc : " gcc-12"
29
29
build_type : Release
30
30
31
+ - name : " gcc13"
32
+ install : " g++-13"
33
+ cxx : " g++-13"
34
+ cc : " gcc-13"
35
+ build_type : Release
36
+
31
37
- name : " gcc12"
32
38
install : " g++-12"
33
39
cxx : " g++-12"
40
46
cc : " gcc-11"
41
47
build_type : Release
42
48
43
- - name : " gcc10"
44
- install : " g++-10"
45
- cxx : " g++-10"
46
- cc : " gcc-10"
47
- build_type : Release
48
-
49
49
- name : " clang_format"
50
50
install : " g++-11 clang-format-14"
51
51
cxx : " g++-11"
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
22
22
fail-fast : false
23
23
matrix :
24
24
include :
25
- - name : " gcc12 "
26
- cxx : " g++-12 "
27
- cc : " gcc-12 "
25
+ - name : " gcc13 "
26
+ cxx : " g++-13 "
27
+ cc : " gcc-13 "
28
28
build_type : Release
29
29
30
- - name : " gcc10 "
31
- cxx : " g++-10 "
32
- cc : " gcc-10 "
30
+ - name : " gcc11 "
31
+ cxx : " g++-11 "
32
+ cc : " gcc-11 "
33
33
build_type : Release
34
34
35
35
steps :
You can’t perform that action at this time.
0 commit comments