diff --git a/.github/workflows/cmake-multi-platform-build.yml b/.github/workflows/cmake-multi-platform-build.yml index 388a8bb67..36ad916d4 100644 --- a/.github/workflows/cmake-multi-platform-build.yml +++ b/.github/workflows/cmake-multi-platform-build.yml @@ -28,7 +28,11 @@ jobs: - os: ubuntu-latest c_compiler: gcc cpp_compiler: g++ - + + - os: ubuntu-24.04 + c_compiler: gcc + cpp_compiler: g++ + - os: ubuntu-22.04 c_compiler: gcc cpp_compiler: g++