summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml3
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"