Skip to content

Commit 3d27d7c

Browse files
authored
Disable gcc-11 on macos (#237)
1 parent c2cbdb3 commit 3d27d7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/presubmit.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,9 @@ jobs:
560560
matrix:
561561
C_COMPILER:
562562
- /usr/bin/clang
563-
- gcc-11
563+
# Disabled due to problems with __has_cpp_attribute
564+
# See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114007
565+
# - gcc-11
564566
# Disabled due to problems with the __API_AVAILABLE macro
565567
# - gcc-13
566568
GEN:

0 commit comments

Comments
 (0)