Skip to content

Commit

Permalink
change clang 17 build to use c++23
Browse files Browse the repository at this point in the history
  • Loading branch information
phlptp committed Jan 7, 2024
1 parent 8a6f9cc commit fbdf443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ jobs:
cli11.options: -DCLI11_FORCE_LIBCXX=ON -DCMAKE_CXX_FLAGS=-std=c++20
clang17_20:
containerImage: silkeh/clang:17
cli11.std: 20
cli11.options: -DCLI11_FORCE_LIBCXX=ON -DCMAKE_CXX_FLAGS=-std=c++20
cli11.std: 23
cli11.options: -DCLI11_FORCE_LIBCXX=ON -DCMAKE_CXX_FLAGS=-std=c++23
container: $[ variables['containerImage'] ]
steps:
- template: .ci/azure-cmake.yml
Expand Down

0 comments on commit fbdf443

Please sign in to comment.