diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-06-03 23:03:35 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-06-04 08:30:26 +0200 |
commit | 4b3d8f3558a239f3f25ed7ef1f0f928cb7055e39 (patch) | |
tree | 001d0c3616712493b9366df7f0b1fbcfc26f63d1 /.github | |
parent | 628ebd82b9af893fccb7a3c065c7033b7dfa1096 (diff) | |
download | curl-4b3d8f3558a239f3f25ed7ef1f0f928cb7055e39.tar.gz |
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
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/macos.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 965b12015..368ff0401 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" |