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.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 310922433cd..8524c860e2d 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -24,16 +24,6 @@ jobs:
fail-fast: false
matrix:
include:
- - CC: gcc-4.8
- CXX: g++-4.8
- PackageDeps: g++-4.8
- platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
- os: ubuntu-18.04
- - CC: gcc-6
- CXX: g++-6
- PackageDeps: g++-6
- platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
- os: ubuntu-18.04
- CC: gcc-7
CXX: g++-7
PackageDeps: g++-7
@@ -67,11 +57,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-18.04
- CC: clang-6.0
CXX: clang++-6.0
PackageDeps: clang-6.0