Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 756d7bf

Browse files
authoredApr 23, 2025··
Update clang
1 parent fb5ac24 commit 756d7bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
# clang
4949
- os: "ubuntu-22.04"
5050
cppstd: "17"
51-
cc: "clang-12"
52-
cxx: "clang++-12"
51+
cc: "clang-14"
52+
cxx: "clang++-14"
5353
drafts: "ON"
5454
libzmq: "4.3.5"
5555
libzmqbuild: "cmake"

0 commit comments

Comments
 (0)
Please sign in to comment.