From deed857d162bc143f1231440661e5b003ea94a38 Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Mon, 7 Nov 2022 17:02:26 +0000 Subject: [PATCH] Try gcc-11. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e3867cd..5eb0696e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -151,7 +151,7 @@ jobs: strategy: fail-fast: false matrix: - toolset: [ clang, gcc ] + toolset: [ clang, gcc-11 ] steps: - uses: actions/checkout@v2 with: