diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 935af4e..47f3d6a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -12,21 +12,14 @@ jobs: - 14 - 17 - 2a - include: - - compiler: g++-10 - stdlib: libstdc++ - - compiler: g++-11 - stdlib: libstdc++ - - compiler: g++-12 - stdlib: libstdc++ - - compiler: g++-13 - stdlib: libstdc++ - - compiler: clang++-13 - stdlib: libc++ - - compiler: clang++-14 - stdlib: libc++ - - compiler: clang++-15 - stdlib: libstdc++ + stdlib: + - libstdc++ + compiler: + - g++-10 + - g++-11 + - g++-12 + - g++-13 + - clang++-15 steps: - name: Checkout uses: actions/checkout@v4