diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b4d522c..a438006 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,8 +27,6 @@ jobs: - os: ubuntu-latest compiler: clang++-7 install: clang-7 - - os: ubuntu-latest - compiler: clang++-10 - os: ubuntu-latest compiler: clang++-11 - os: ubuntu-latest @@ -38,8 +36,6 @@ jobs: install: clang-13 - os: macos-latest compiler: g++-9 - - os: macos-latest - compiler: g++-10 - os: macos-latest compiler: g++-11 - os: macos-latest