From 1c37e0c38d55ae1a8906cfefdc38e22351c58a5d Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Tue, 8 Nov 2022 13:18:05 +0000 Subject: [PATCH] Back off gcc on MacOS 12 for now as there are inscrutable failures. --- .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 f862a1b5..deb59fbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -186,7 +186,7 @@ jobs: strategy: fail-fast: false matrix: - toolset: [ clang, gcc-11 ] + toolset: [ clang ] steps: - uses: actions/checkout@v2 with: