From ad50c2134ed0fec69fe7a5d650878a59502fe026 Mon Sep 17 00:00:00 2001 From: Justin Sanford Date: Mon, 1 Jul 2024 14:37:59 -0700 Subject: [PATCH] remove ubuntu-latest 2.7 test --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0c88a07..3c62e93 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,6 +15,9 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] ruby: ['2.7', '3.0', '3.1', '3.2'] + exclude: + - os: ubuntu-latest + ruby: '2.7' runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3