ci: suppress some of the combinations in CI

clang-7 with C++20 fails with the same reason, 'undefined reference to
std::allocator<char>::(de)allocate'.
This commit is contained in:
ToruNiina 2020-10-14 00:31:41 +09:00
parent 503baf52ed
commit 12ee73d6a9

View File

@ -59,6 +59,7 @@ jobs:
- {compiler: '4.0', standard: '20'}
- {compiler: '5.0', standard: '20'}
- {compiler: '6.0', standard: '20'}
- {compiler: '7', standard: '20'}
steps:
- name: Checkout
uses: actions/checkout@v2