From a0604a5670ccc4c0c116f85a0cbdda868f67c07f Mon Sep 17 00:00:00 2001 From: Ryan Stecker Date: Wed, 22 Oct 2025 20:37:34 -0500 Subject: [PATCH] Remove older CI runners. --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35a315f..e60444e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,13 +11,8 @@ jobs: build: strategy: matrix: - os: [ubuntu-20.04, windows-2019, ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest] include: - - os: ubuntu-20.04 - cc: clang-10 - cxx: clang++-10 - - os: windows-2019 - cc: msvc - os: ubuntu-latest cc: clang cxx: clang++