summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-09-20 13:00:47 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-09-20 13:00:47 +0200
commit56c3785aba3f884b4728d2b47ff010f4fac2165b (patch)
tree8bcf008fb7ad3149cd7422e05f23dae21bf36e63 /.github/workflows
parent2e44ef9f86581c288e05af23857a47fa7c651989 (diff)
downloadATCD-56c3785aba3f884b4728d2b47ff010f4fac2165b.tar.gz
clang5 and gcc4.8/6 are only available on 18.04
* .github/workflows/linux.yml:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 179f73bcf16..310922433cd 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -28,12 +28,12 @@ jobs:
CXX: g++-4.8
PackageDeps: g++-4.8
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
- os: ubuntu-20.04
+ 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-20.04
+ os: ubuntu-18.04
- CC: gcc-7
CXX: g++-7
PackageDeps: g++-7
@@ -67,6 +67,11 @@ 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