File tree Expand file tree Collapse file tree 1 file changed +11
-29
lines changed Expand file tree Collapse file tree 1 file changed +11
-29
lines changed Original file line number Diff line number Diff line change @@ -11,50 +11,32 @@ jobs:
11
11
runs-on : ${{ matrix.os }}
12
12
strategy :
13
13
matrix :
14
- os : ["ubuntu-latest "]
14
+ os : ["ubuntu-20.04 "]
15
15
cppstd : ["98", "11", "20"]
16
16
cc : ["gcc-10"]
17
17
cxx : ["g++-10"]
18
18
drafts : ["ON"]
19
19
libzmq : ["4.3.4"]
20
20
libzmqbuild : ["cmake"]
21
21
include :
22
- # older libzmq and gcc without draft
23
- - os : " ubuntu-18 .04"
22
+ # older libzmq and without draft
23
+ - os : " ubuntu-20 .04"
24
24
cppstd : " 11"
25
- cc : " gcc-7 "
26
- cxx : " g++-7 "
25
+ cc : " gcc-9 "
26
+ cxx : " g++-9 "
27
27
drafts : " OFF"
28
28
libzmq : " 4.2.0"
29
29
libzmqbuild : " pkgconfig"
30
- # gcc 4.8
31
- - os : " ubuntu-18.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-18.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
- - os : " ubuntu-latest "
31
+ - os : " ubuntu-22.04 "
50
32
cppstd : " 20"
51
- cc : " gcc-10 "
52
- cxx : " g++-10 "
33
+ cc : " gcc-11 "
34
+ cxx : " g++-11 "
53
35
drafts : " OFF"
54
36
libzmq : " 4.3.4"
55
37
libzmqbuild : " cmake"
56
38
# coverage (gcc version should match gcov version)
57
- - os : " ubuntu-latest "
39
+ - os : " ubuntu-20.04 "
58
40
cppstd : " 17"
59
41
cc : " gcc-9"
60
42
cxx : " g++-9"
64
46
coverage : " -DCOVERAGE=ON"
65
47
aptinstall : " lcov"
66
48
# clang
67
- - os : " ubuntu-latest "
49
+ - os : " ubuntu-20.04 "
68
50
cppstd : " 17"
69
51
cc : " clang-12"
70
52
cxx : " clang++-12"
89
71
libzmq : " 4.3.4"
90
72
libzmqbuild : " cmake"
91
73
platform : " -Ax64"
92
- - os : " windows-latest "
74
+ - os : " windows-2022 "
93
75
cppstd : " 20"
94
76
cc : " msbuild"
95
77
cxx : " msbuild"
You can’t perform that action at this time.
0 commit comments