From 3d27d7ca04d29fabe608a2372ce693601bcc4e81 Mon Sep 17 00:00:00 2001 From: Brice Videau Date: Sun, 11 Aug 2024 19:24:19 -0500 Subject: [PATCH] Disable gcc-11 on macos (#237) --- .github/workflows/presubmit.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 52b7eb0b..ccada19b 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -560,7 +560,9 @@ jobs: matrix: C_COMPILER: - /usr/bin/clang - - gcc-11 + # Disabled due to problems with __has_cpp_attribute + # See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114007 + # - gcc-11 # Disabled due to problems with the __API_AVAILABLE macro # - gcc-13 GEN: