diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index df0882e0..6df32736 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -83,6 +83,20 @@ jobs: std_format_support: "True", conan-config: "", } + - { + name: "GCC-14", + os: ubuntu-24.04, + compiler: + { + type: GCC, + version: 14, + cc: "gcc-14", + cxx: "g++-14", + }, + cxx_modules: "True", + std_format_support: "True", + conan-config: "", + } - { name: "Clang-16", os: ubuntu-22.04, diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index 81d81e42..ff460377 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -80,6 +80,20 @@ jobs: cxx_modules: "False", std_format_support: "True", } + - { + name: "GCC-14", + os: ubuntu-24.04, + compiler: + { + type: GCC, + version: 14, + cc: "gcc-14", + cxx: "g++-14", + }, + cxx_modules: "True", + std_format_support: "True", + conan-config: "", + } - { name: "Clang-16", os: ubuntu-22.04,