From 220af84e0edeb75a5ad3adfe1d8745cb18571f63 Mon Sep 17 00:00:00 2001 From: Justus Braun <45860849+JustusBraun@users.noreply.github.com> Date: Fri, 8 Nov 2024 13:55:54 +0100 Subject: [PATCH] Add compiler for ubuntu-24.04 ci --- .github/workflows/cmake-multi-platform-build.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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++