Updated GitHub actions Ubuntu to 22.04

This commit is contained in:
Bartek Kryza
2023-03-01 20:14:17 +01:00
parent 22b7b939ad
commit fe99b72099
3 changed files with 7 additions and 7 deletions

View File

@@ -49,5 +49,5 @@ if [[ ${#EFFECTIVE_FILE_LIST[@]} -eq 0 ]]; then
echo ".clang-format-include patterns did not match any files."
exit 0
else
clang-format-12 --dry-run --Werror ${EFFECTIVE_FILE_LIST}
clang-format-15 --dry-run --Werror ${EFFECTIVE_FILE_LIST}
fi