Skip to content

Commit

Permalink
Use clang++-15 with Cpp-23 on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
asuessenbach committed Jul 16, 2024
1 parent e3b0737 commit 2fe6fc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
- name: Loop over build_types (Debug, Release) with cpp_standard 23 for g++-11 and above only
run: |
if [ ${{matrix.compiler}} == g++-11 ] || [ ${{matrix.compiler}} == g++-12 ] || [ ${{matrix.compiler}} == g++-13 ]
# g++-10 does not support Cpp-23
if [ ${{matrix.compiler}} == clang++-15 ] || [ ${{matrix.compiler}} == g++-11 ] || [ ${{matrix.compiler}} == g++-12 ]
then
cpp_standard=23
for build_type in Debug Release
Expand Down

0 comments on commit 2fe6fc4

Please sign in to comment.