Skip to content

Commit

Permalink
Disabled macos/gcc-13 due to a problem with __API_AVAILABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
mfep committed Jun 5, 2024
1 parent d6cd8b8 commit 1172e40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,9 @@ jobs:
CXX: /usr/bin/clang++
- CC: gcc-11
CXX: g++-11
- CC: gcc-13
CXX: g++-13
# Disabled due to problems with the __API_AVAILABLE macro
# - CC: gcc-13
# CXX: g++-13
GEN:
- Xcode
- Ninja Multi-Config
Expand Down

0 comments on commit 1172e40

Please sign in to comment.