From c2e1b310245fe4156631f79c2e48e804f24cc01c Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 16 May 2024 19:12:22 +0200 Subject: [PATCH] ci: clang-18 added --- .github/workflows/ci-conan.yml | 13 +++++++++++++ .github/workflows/ci-test-package-cmake.yml | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index dd839d18..6b7485b0 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -128,6 +128,19 @@ jobs: lib: "libc++", conan-config: "", } + - { + name: "Clang-18", + os: ubuntu-22.04, + compiler: + { + type: CLANG, + version: 18, + cc: "clang-18", + cxx: "clang++-18", + }, + lib: "libc++", + conan-config: "", + } - { name: "Apple Clang 15", os: macos-14, diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index 008cf872..5531a702 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -122,6 +122,19 @@ jobs: lib: "libc++", conan-config: "", } + - { + name: "Clang-18", + os: ubuntu-22.04, + compiler: + { + type: CLANG, + version: 18, + cc: "clang-18", + cxx: "clang++-18", + }, + lib: "libc++", + conan-config: "", + } - { name: "Apple Clang 15", os: macos-14,