Skip to content

Commit

Permalink
macos: no gcc-13
Browse files Browse the repository at this point in the history
  • Loading branch information
mfep committed May 30, 2024
1 parent 1461472 commit 3aa6c78
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -735,8 +735,9 @@ jobs:
CXX: /usr/bin/clang++
- CC: gcc-11
CXX: g++-11
- CC: gcc-13
CXX: g++-13
# gcc-13 has problems with the latest macos
# - CC: gcc-13
# CXX: g++-13
GEN:
- Xcode
- Ninja Multi-Config
Expand All @@ -761,11 +762,6 @@ jobs:
CC: gcc-13
CXX: g++-13
DEPS: system
# g++-13 cannot build some vcpkg packages
- COMPILER:
CC: gcc-13
CXX: g++-13
DEPS: vcpkg
env:
CC: ${{matrix.COMPILER.CC}}
CXX: ${{matrix.COMPILER.CXX}}
Expand Down

0 comments on commit 3aa6c78

Please sign in to comment.