1
0
mirror of https://github.com/moparisthebest/curl synced 2025-01-11 14:08:07 -05:00

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
This commit is contained in:
Daniel Stenberg 2021-06-03 23:03:35 +02:00
parent 628ebd82b9
commit 4b3d8f3558
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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"