From 9974b04c3967a794cc11cba38e5d4bd0a13314e9 Mon Sep 17 00:00:00 2001 From: Liangliang Nan Date: Tue, 4 Jun 2024 15:51:59 +0200 Subject: [PATCH] Update test-build-gcc.yml --- .github/workflows/test-build-gcc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build-gcc.yml b/.github/workflows/test-build-gcc.yml index d5d67c6..8976ad6 100644 --- a/.github/workflows/test-build-gcc.yml +++ b/.github/workflows/test-build-gcc.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - compilers: [g++-7, g++-8, g++-9, g++-10, g++-11] + compilers: [g++-7, g++-8, g++-9, g++-10] runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v1