Skip to content

Commit 13becae

Browse files
committed
Remove old compilers
1 parent cce9e9d commit 13becae

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -19,32 +19,14 @@ jobs:
1919
libzmq: ["4.3.4"]
2020
libzmqbuild: ["cmake"]
2121
include:
22-
# older libzmq and gcc without draft
22+
# older libzmq and without draft
2323
- os: "ubuntu-22.04"
2424
cppstd: "11"
25-
cc: "gcc-7"
26-
cxx: "g++-7"
25+
cc: "gcc-11"
26+
cxx: "g++-11"
2727
drafts: "OFF"
2828
libzmq: "4.2.0"
2929
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"
4830
# without draft
4931
- os: "ubuntu-latest"
5032
cppstd: "20"

0 commit comments

Comments
 (0)