From aefed1c396b48cf21e6835c68cd84e338ab94377 Mon Sep 17 00:00:00 2001 From: cfis Date: Sun, 22 Dec 2024 21:43:28 -0800 Subject: [PATCH] Don't run tests on Ruby 3.0 older versions of Ubuntu/MacOS. --- .github/workflows/testing.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 981b1ef7..50035a97 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -13,11 +13,6 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] ruby: ['3.1', '3.2', '3.3', '3.4.0-rc1'] - include: - - os: ubuntu-20.04 - ruby: '3.1' - - os: macos-13 - ruby: '3.0' exclude: # There's something wrong with this setup in GHA such that # it gets weird linking errors, however I'm unable to reproduce