Skip to content

Commit

Permalink
ci: Bump clang to version 15 in C++20 test.
Browse files Browse the repository at this point in the history
  • Loading branch information
fweig committed Oct 30, 2023
1 parent 1a545d0 commit d78772c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ jobs:
compiler:
- pkg: g++
cc: g++
- pkg: clang libomp-dev
cc: clang++
- pkg: clang-15 libomp-dev
cc: clang++-15
cxx_std: [20]

steps:
Expand Down

0 comments on commit d78772c

Please sign in to comment.