Skip to content

Commit 3533da6

Browse files
committed
Change gcc12 to gcc11 so that the gcov version matches
1 parent a3f999c commit 3533da6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
# older libzmq and without draft
2424
- os: "ubuntu-22.04"
2525
cppstd: "11"
26-
cc: "gcc-12"
27-
cxx: "g++-12"
26+
cc: "gcc-11"
27+
cxx: "g++-11"
2828
drafts: "OFF"
2929
libzmq: "4.2.0"
3030
libzmqbuild: "pkgconfig"
@@ -47,8 +47,8 @@ jobs:
4747
# coverage (gcc version should match gcov version)
4848
- os: "ubuntu-22.04"
4949
cppstd: "17"
50-
cc: "gcc-12"
51-
cxx: "g++-12"
50+
cc: "gcc-11"
51+
cxx: "g++-11"
5252
drafts: "ON"
5353
curve: "ON"
5454
libzmq: "4.3.5"

0 commit comments

Comments
 (0)