File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 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"]
@@ -20,23 +20,23 @@ jobs:
20
20
libzmqbuild : ["cmake"]
21
21
include :
22
22
# older libzmq and without draft
23
- - os : " ubuntu-22 .04"
23
+ - os : " ubuntu-20 .04"
24
24
cppstd : " 11"
25
- cc : " gcc-11 "
26
- cxx : " g++-11 "
25
+ cc : " gcc-9 "
26
+ cxx : " g++-9 "
27
27
drafts : " OFF"
28
28
libzmq : " 4.2.0"
29
29
libzmqbuild : " pkgconfig"
30
30
# without draft
31
- - os : " ubuntu-latest "
31
+ - os : " ubuntu-22.04 "
32
32
cppstd : " 20"
33
- cc : " gcc-10 "
34
- cxx : " g++-10 "
33
+ cc : " gcc-11 "
34
+ cxx : " g++-11 "
35
35
drafts : " OFF"
36
36
libzmq : " 4.3.4"
37
37
libzmqbuild : " cmake"
38
38
# coverage (gcc version should match gcov version)
39
- - os : " ubuntu-latest "
39
+ - os : " ubuntu-20.04 "
40
40
cppstd : " 17"
41
41
cc : " gcc-9"
42
42
cxx : " g++-9"
46
46
coverage : " -DCOVERAGE=ON"
47
47
aptinstall : " lcov"
48
48
# clang
49
- - os : " ubuntu-latest "
49
+ - os : " ubuntu-20.04 "
50
50
cppstd : " 17"
51
51
cc : " clang-12"
52
52
cxx : " clang++-12"
71
71
libzmq : " 4.3.4"
72
72
libzmqbuild : " cmake"
73
73
platform : " -Ax64"
74
- - os : " windows-latest "
74
+ - os : " windows-2022 "
75
75
cppstd : " 20"
76
76
cc : " msbuild"
77
77
cxx : " msbuild"
You can’t perform that action at this time.
0 commit comments