summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index a01785068..3dc86b2c7 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -98,7 +98,7 @@ jobs:
compiler:
- CC: clang
CXX: clang++
- CFLAGS: "-mmacosx-version-min=10.15"
+ 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"