From 33bece80b3f626776ff42a4bb563b4f94c24b584 Mon Sep 17 00:00:00 2001 From: Sebastiano Merlino Date: Tue, 7 Feb 2023 13:25:13 -0800 Subject: [PATCH] Add verification build on gcc-11 --- .github/workflows/verify-build.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/verify-build.yml b/.github/workflows/verify-build.yml index 37138de6..a0a30227 100644 --- a/.github/workflows/verify-build.yml +++ b/.github/workflows/verify-build.yml @@ -134,6 +134,15 @@ jobs: cc-compiler: g++-10 debug: nodebug coverage: nocoverage + - test-group: extra + os: ubuntu-latest + os-type: ubuntu + build-type: none + compiler-family: gcc + c-compiler: gcc-11 + cc-compiler: g++-11 + debug: nodebug + coverage: nocoverage - test-group: extra os: ubuntu-18.04 os-type: ubuntu