We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a655c1 commit cce9e9dCopy full SHA for cce9e9d
.github/workflows/ci.yml
@@ -20,15 +20,15 @@ jobs:
20
libzmqbuild: ["cmake"]
21
include:
22
# older libzmq and gcc without draft
23
- - os: "ubuntu-18.04"
+ - os: "ubuntu-22.04"
24
cppstd: "11"
25
cc: "gcc-7"
26
cxx: "g++-7"
27
drafts: "OFF"
28
libzmq: "4.2.0"
29
libzmqbuild: "pkgconfig"
30
# gcc 4.8
31
32
33
cc: "gcc-4.8"
34
cxx: "g++-4.8"
@@ -37,7 +37,7 @@ jobs:
37
libzmqbuild: "cmake"
38
aptinstall: "gcc-4.8 g++-4.8"
39
# gcc 5
40
41
42
cc: "gcc-5"
43
cxx: "g++-5"
0 commit comments