summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-06-15 09:17:07 +0200
committerGitHub <noreply@github.com>2022-06-15 09:17:07 +0200
commit06839d5025be4e2d534a3b0cea9bcdfce36ce66a (patch)
tree55ad33d62d5e4897549ad1a7fa1301ee98243d41 /.github/workflows
parent21cb902c2e5c8296d36e0eb8d6c251b85a046dcb (diff)
parent615d2ae8a212a5cd7bea61e0c63bd92ff1035500 (diff)
downloadATCD-06839d5025be4e2d534a3b0cea9bcdfce36ce66a.tar.gz
Merge pull request #1856 from jwillemsen/jwi-clang14
Use clang14 on github action CI
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 8046aee2d2d..ae434f132f8 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -111,6 +111,12 @@ jobs:
Repo: llvm-toolchain-$(lsb_release -cs)-13
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
os: ubuntu-20.04
+ - CC: clang-14
+ CXX: clang++-14
+ PackageDeps: clang-14
+ Repo: llvm-toolchain-$(lsb_release -cs)-14
+ platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
+ os: ubuntu-22.04
- feature: CORBA/e micro
CC: gcc-10
CXX: g++-10