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:
parent
628ebd82b9
commit
4b3d8f3558
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user