From 4b3d8f3558a239f3f25ed7ef1f0f928cb7055e39 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 3 Jun 2021 23:03:35 +0200 Subject: [PATCH] github: remove the cmake macOS gcc-8 jobs They're too similar to the gcc-9 ones to be useful (and seems to not work anymore). Closes #7187 --- .github/workflows/macos.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 965b12015b..368ff04018 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -100,9 +100,6 @@ jobs: - CC: clang CXX: clang++ CFLAGS: "-mmacosx-version-min=10.15 -Wno-deprecated-declarations" - - CC: gcc-8 - CXX: g++-8 - CFLAGS: "-mmacosx-version-min=10.15 -Wno-error=undef -Wno-error=conversion" - CC: gcc-9 CXX: g++-9 CFLAGS: "-mmacosx-version-min=10.15 -Wno-error=undef -Wno-error=conversion"