summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-04-29 18:32:07 +0200
committerGitHub <noreply@github.com>2021-04-29 18:32:07 +0200
commit8b57297b0b841214c4895bb1c1528c676bf31cf7 (patch)
tree9be25a1efd714297f83899e70a75e7b2754db87b
parente12779d807b00fdc1b69a224dd92ff58d5e20906 (diff)
parent7eed682b4d41d1d3386dc1fc54781c0021a63d7d (diff)
downloadATCD-8b57297b0b841214c4895bb1c1528c676bf31cf7.tar.gz
Merge pull request #1483 from DOCGroup/jwillemsen-patch-1
Add gcc11 to github actions CI
-rw-r--r--.github/workflows/linux.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 1764dd643b4..9d300fcc9c6 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -42,6 +42,11 @@ jobs:
PackageDeps: g++-10
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
os: ubuntu-18.04
+ - CC: gcc-11
+ CXX: g++-11
+ PackageDeps: g++-11
+ platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
+ os: ubuntu-20.04
- CC: clang-5.0
CXX: clang++-5.0
PackageDeps: clang-5.0