Skip to content

Commit

Permalink
Remove gcc-11 for builds on macos (#1942)
Browse files Browse the repository at this point in the history
  • Loading branch information
asuessenbach authored Aug 19, 2024
1 parent b2c409d commit 61bc93f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@ jobs:
strategy:
matrix:
os: [macos-12, macos-13]
# g++-12 and g++13 fail on some very innocent code... excluding them for now
compiler: [clang++, g++-11]
exclude:
# g++-11 fails on macos-13 with some linker assertion... excluding it for now
- os: macos-13
compiler: g++-11
# gcc-12 and gcc-13 fail on some very innocent code... excluding them for now
compiler: [clang++]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 61bc93f

Please sign in to comment.