Back off gcc on MacOS 12 for now as there are inscrutable failures.

This commit is contained in:
jzmaddock
2022-11-08 13:18:05 +00:00
parent c468ec13e2
commit 1c37e0c38d

View File

@ -186,7 +186,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolset: [ clang, gcc-11 ]
toolset: [ clang ]
steps:
- uses: actions/checkout@v2
with: