Skip to content

Commit

Permalink
Merge pull request #2079 from DOCGroup/jwillemsen-patch-1
Browse files Browse the repository at this point in the history
Add gcc13 to github actions CI
  • Loading branch information
jwillemsen authored Jun 19, 2023
2 parents 5ea3ce0 + 9a8b563 commit 32ea782
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ jobs:
optional_macros: CCFLAGS+=-std=c++20
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
os: ubuntu-22.04
- CC: gcc-13
CXX: g++-13
PackageDeps: g++-13
optional_macros: CCFLAGS+=-std=c++20
platform_file: include $(ACE_ROOT)/include/makeinclude/platform_linux.GNU
os: ubuntu-22.04
- CC: clang-6.0
CXX: clang++-6.0
PackageDeps: clang-6.0
Expand Down

0 comments on commit 32ea782

Please sign in to comment.