Github action: Use clang 15 on Ubuntu 22.04

This commit is contained in:
Jochen Topf 2023-10-02 09:24:36 +02:00
parent ffd833fb22
commit 85e763ea0f
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ jobs:
ubuntu22-clang:
runs-on: ubuntu-22.04
env:
CC: clang-12
CXX: clang++-12
CC: clang-15
CXX: clang++-15
CXXFLAGS: -Werror -Wall -pedantic
BUILD_TYPE: Debug
steps: