From 18f677bc9309a8c34abb899c6f5658f851fda1f2 Mon Sep 17 00:00:00 2001 From: Brice Videau Date: Wed, 4 Sep 2024 18:50:06 -0500 Subject: [PATCH] Disable gcc-11 on MacOS --- .github/workflows/presubmit.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index b6700f8e..ea359456 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -531,8 +531,9 @@ jobs: COMPILER: - CC: /usr/bin/clang CXX: /usr/bin/clang++ - - CC: gcc-11 - CXX: g++-11 + # Disabled due to "Could not find compiler set in environment variable CC: gcc-11. + # - CC: gcc-11 + # CXX: g++-11 # Disabled due to problems with the __API_AVAILABLE macro # - CC: gcc-13 # CXX: g++-13