summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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 c9e34741749..564d3252d0f 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -96,6 +96,12 @@ jobs:
Repo: llvm-toolchain-$(lsb_release -cs)-12
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
os: ubuntu-20.04
+ - CC: clang-13
+ CXX: clang++-13
+ PackageDeps: clang-13
+ Repo: llvm-toolchain-$(lsb_release -cs)-13
+ 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