Skip to content

Commit

Permalink
ci: update to libzmq 4.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlachnit committed Nov 22, 2023
1 parent 01bcc7d commit 2fd8bfc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cc: ["gcc-10"]
cxx: ["g++-10"]
drafts: ["ON"]
libzmq: ["4.3.4"]
libzmq: ["4.3.5"]
libzmqbuild: ["cmake"]
include:
# older libzmq and without draft
Expand All @@ -33,15 +33,15 @@ jobs:
cc: "gcc-11"
cxx: "g++-11"
drafts: "OFF"
libzmq: "4.3.4"
libzmq: "4.3.5"
libzmqbuild: "cmake"
# coverage (gcc version should match gcov version)
- os: "ubuntu-20.04"
cppstd: "17"
cc: "gcc-9"
cxx: "g++-9"
drafts: "ON"
libzmq: "4.3.4"
libzmq: "4.3.5"
libzmqbuild: "cmake"
coverage: "-DCOVERAGE=ON"
aptinstall: "lcov"
Expand All @@ -51,15 +51,15 @@ jobs:
cc: "clang-12"
cxx: "clang++-12"
drafts: "ON"
libzmq: "4.3.4"
libzmq: "4.3.5"
libzmqbuild: "cmake"
# macos
- os: "macos-latest"
cppstd: "17"
cc: "clang"
cxx: "clang++"
drafts: "OFF"
libzmq: "4.3.4"
libzmq: "4.3.5"
libzmqbuild: false
brewinstall: "zeromq"
# windows
Expand All @@ -68,15 +68,15 @@ jobs:
cc: "msbuild"
cxx: "msbuild"
drafts: "ON"
libzmq: "4.3.4"
libzmq: "4.3.5"
libzmqbuild: "cmake"
platform: "-Ax64"
- os: "windows-2022"
cppstd: "20"
cc: "msbuild"
cxx: "msbuild"
drafts: "ON"
libzmq: "4.3.4"
libzmq: "4.3.5"
libzmqbuild: "cmake"
platform: "-Ax64"

Expand Down

0 comments on commit 2fd8bfc

Please sign in to comment.