Skip to content

Commit

Permalink
Disable gcc-11 on macos (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerilk authored Aug 12, 2024
1 parent c2cbdb3 commit 3d27d7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3d27d7c

Please sign in to comment.