summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-09-20 09:24:00 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-09-20 09:24:00 +0200
commit42c90afca38a9fd0b5a0b17906a14d72c18b7979 (patch)
treee6b0e490b71b6821671ec550d56edf9ec04e928a /.github/workflows
parent1490e377af8240c41f8d216dafa2755e87a264ad (diff)
downloadATCD-42c90afca38a9fd0b5a0b17906a14d72c18b7979.tar.gz
clang5 is not available on ubuntu 20.04 anymore
* .github/workflows/linux.yml:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 52d1d3b1634..ca098946938 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -67,11 +67,6 @@ jobs:
optional_macros: CCFLAGS+=-std=c++20
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
os: ubuntu-22.04
- - CC: clang-5.0
- CXX: clang++-5.0
- PackageDeps: clang-5.0
- platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux_clang.GNU
- os: ubuntu-20.04
- CC: clang-6.0
CXX: clang++-6.0
PackageDeps: clang-6.0