From f89b9b04f165c8a815cdba2fc24b26f592cf6529 Mon Sep 17 00:00:00 2001 From: Ben Carter Date: Thu, 22 Aug 2024 23:39:22 -0400 Subject: [PATCH] I was wrong found the setting that has it set to c++20 in cmake/macros --- .github/actions/build-tag-release/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/build-tag-release/action.yml b/.github/actions/build-tag-release/action.yml index 9d2230b..878f2bb 100644 --- a/.github/actions/build-tag-release/action.yml +++ b/.github/actions/build-tag-release/action.yml @@ -72,7 +72,7 @@ runs: if: ${{ inputs.tag_release == 'true' }} shell: bash run: | - cppcheck --force --inline-suppr --std=c++14 --output-file=report.txt /azerothcore/modules/${{ env.REPO_NAME }} + cppcheck --force --inline-suppr --std=c++20 --output-file=report.txt /azerothcore/modules/${{ env.REPO_NAME }} if [ -s report.txt ]; then cat report.txt exit 1