mirror of
https://github.com/curl/curl.git
synced 2026-06-05 14:04:15 +03: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
1 changed files with 0 additions and 3 deletions
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…
Add table
Add a link
Reference in a new issue