diff --git a/.github/workflows/cmake-build.yml b/.github/workflows/cmake-build.yml index 61b4539..a94a5ab 100644 --- a/.github/workflows/cmake-build.yml +++ b/.github/workflows/cmake-build.yml @@ -23,10 +23,16 @@ jobs: # # To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list. matrix: - os: [ubuntu-22.04, ubuntu-20.04] + os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04] build_type: [Release] c_compiler: [gcc, clang] include: + - os: ubuntu-24.04 + c_compiler: gcc + cpp_compiler: g++ + - os: ubuntu-24.04 + c_compiler: clang + cpp_compiler: clang++ - os: ubuntu-22.04 c_compiler: gcc cpp_compiler: g++