Skip to content

Commit

Permalink
Disable gcc-11 on MacOS (KhronosGroup#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerilk authored Sep 5, 2024
1 parent d79beab commit 1e19333
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 @@ -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
Expand Down

0 comments on commit 1e19333

Please sign in to comment.