File tree Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Expand file tree Collapse file tree 1 file changed +3
-21
lines changed Original file line number Diff line number Diff line change @@ -19,32 +19,14 @@ jobs:
19
19
libzmq : ["4.3.4"]
20
20
libzmqbuild : ["cmake"]
21
21
include :
22
- # older libzmq and gcc without draft
22
+ # older libzmq and without draft
23
23
- os : " ubuntu-22.04"
24
24
cppstd : " 11"
25
- cc : " gcc-7 "
26
- cxx : " g++-7 "
25
+ cc : " gcc-11 "
26
+ cxx : " g++-11 "
27
27
drafts : " OFF"
28
28
libzmq : " 4.2.0"
29
29
libzmqbuild : " pkgconfig"
30
- # gcc 4.8
31
- - os : " ubuntu-22.04"
32
- cppstd : " 11"
33
- cc : " gcc-4.8"
34
- cxx : " g++-4.8"
35
- drafts : " ON"
36
- libzmq : " 4.3.4"
37
- libzmqbuild : " cmake"
38
- aptinstall : " gcc-4.8 g++-4.8"
39
- # gcc 5
40
- - os : " ubuntu-22.04"
41
- cppstd : " 11"
42
- cc : " gcc-5"
43
- cxx : " g++-5"
44
- drafts : " ON"
45
- libzmq : " 4.3.4"
46
- libzmqbuild : " cmake"
47
- aptinstall : " gcc-5 g++-5"
48
30
# without draft
49
31
- os : " ubuntu-latest"
50
32
cppstd : " 20"
You can’t perform that action at this time.
0 commit comments