From 0eaf76c675337ae8d60cf09ca41cbb831cbd1922 Mon Sep 17 00:00:00 2001 From: Andrew Cassidy Date: Fri, 5 Feb 2021 23:39:53 -0800 Subject: [PATCH] Remove macOS gcc compilation --- .github/workflows/cmake.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index ae53024..fd47fa1 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -20,10 +20,6 @@ jobs: name: "macOS Clang" cc: "clang" cxx: "clang++" - - os: macos-latest - name: "macOS GCC" - cc: "gcc-10" - cxx: "g++-10" - os: ubuntu-latest name: "Ubuntu Clang" cc: "clang-9"