From 96f9b5b714bba74280012fafdc892c5fcf0436d5 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 16 May 2024 13:26:47 +0200 Subject: [PATCH] ci: gcc-14 added --- .github/workflows/ci-conan.yml | 14 ++++++++++++++ .github/workflows/ci-test-package-cmake.yml | 14 ++++++++++++++ 2 files changed, 28 insertions(+) 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,