From 51f189ed502e2449506aa533f206d1d658228f34 Mon Sep 17 00:00:00 2001 From: Chris Feger Date: Tue, 1 Nov 2022 13:11:32 -0700 Subject: [PATCH] Back to gcc and hoping it works somehow --- .github/workflows/ccpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 77bc3da..4e150d0 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -18,8 +18,8 @@ jobs: cxx: g++-11 osstring: Linux - os: macOS-12 - cc: clang - cxx: clang++ + cc: gcc-11 + cxx: g++-11 osstring: Darwin steps: