summaryrefslogtreecommitdiff
path: root/.github/workflows/linux.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/linux.yml')
-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 dfee373507d..1764dd643b4 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -80,6 +80,12 @@ jobs:
Repo: llvm-toolchain-$(lsb_release -cs)-11
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
os: ubuntu-20.04
+ - CC: clang-12
+ CXX: clang++-12
+ PackageDeps: clang-12
+ Repo: llvm-toolchain-$(lsb_release -cs)-12
+ platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
+ os: ubuntu-20.04
- feature: CORBA/e micro
CC: gcc-10
CXX: g++-10