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 1111 runs-on : ${{ matrix.os }}
1212 strategy :
1313 matrix :
14- os : ["ubuntu-latest "]
14+ os : ["ubuntu-20.04 "]
1515 cppstd : ["98", "11", "20"]
1616 cc : ["gcc-10"]
1717 cxx : ["g++-10"]
@@ -20,23 +20,23 @@ jobs:
2020 libzmqbuild : ["cmake"]
2121 include :
2222 # older libzmq and without draft
23- - os : " ubuntu-22 .04"
23+ - os : " ubuntu-20 .04"
2424 cppstd : " 11"
25- cc : " gcc-11 "
26- cxx : " g++-11 "
25+ cc : " gcc-9 "
26+ cxx : " g++-9 "
2727 drafts : " OFF"
2828 libzmq : " 4.2.0"
2929 libzmqbuild : " pkgconfig"
3030 # without draft
31- - os : " ubuntu-latest "
31+ - os : " ubuntu-22.04 "
3232 cppstd : " 20"
33- cc : " gcc-10 "
34- cxx : " g++-10 "
33+ cc : " gcc-11 "
34+ cxx : " g++-11 "
3535 drafts : " OFF"
3636 libzmq : " 4.3.4"
3737 libzmqbuild : " cmake"
3838 # coverage (gcc version should match gcov version)
39- - os : " ubuntu-latest "
39+ - os : " ubuntu-20.04 "
4040 cppstd : " 17"
4141 cc : " gcc-9"
4242 cxx : " g++-9"
4646 coverage : " -DCOVERAGE=ON"
4747 aptinstall : " lcov"
4848 # clang
49- - os : " ubuntu-latest "
49+ - os : " ubuntu-20.04 "
5050 cppstd : " 17"
5151 cc : " clang-12"
5252 cxx : " clang++-12"
7171 libzmq : " 4.3.4"
7272 libzmqbuild : " cmake"
7373 platform : " -Ax64"
74- - os : " windows-latest "
74+ - os : " windows-2022 "
7575 cppstd : " 20"
7676 cc : " msbuild"
7777 cxx : " msbuild"
You can’t perform that action at this time.
0 commit comments