diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 66370a56..42e96b97 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: clang: strategy: matrix: - clang: [7, 8, 9, 10, 11, 12, 13, 14, 15, 16] + clang: [7, 8, 9, 10, 11, 12, 13, 14, 15] stdlib: ["libc++", "libstdc++"] standard: [17, 20] fail-fast: false