From: Daniel Stenberg Date: Thu, 3 Jun 2021 21:03:35 +0000 (+0200) Subject: github: remove the cmake macOS gcc-8 jobs X-Git-Tag: curl-7_78_0~209 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b3d8f3558a239f3f25ed7ef1f0f928cb7055e39;p=thirdparty%2Fcurl.git 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 --- 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"