summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTyler Mayoff <tyler@tylermayoff.com>2022-05-23 10:57:01 -0400
committerAdam Mitz <mitza@objectcomputing.com>2022-06-23 17:35:05 -0500
commitffd7e86aee1505ce5cc79d4fda138a34f79b0e06 (patch)
tree47b0cad7624e94a6680f5926dd53f3b70078bb50 /.github/workflows
parent587bacedd8b09849a25c3fa368b5fc315fe45ee6 (diff)
downloadATCD-ffd7e86aee1505ce5cc79d4fda138a34f79b0e06.tar.gz
Added g++12 to CI
Diffstat (limited to '.github/workflows')
-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 ae434f132f8..efaa0e1d625 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -61,6 +61,12 @@ jobs:
optional_macros: CCFLAGS+=-std=c++20
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
os: ubuntu-22.04
+ - CC: gcc-12
+ CXX: g++-12
+ PackageDeps: g++-12
+ 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