From 39127f5e63a546375ee0e116a612c0c89a90d609 Mon Sep 17 00:00:00 2001 From: Ira Abramov Date: Wed, 22 Jan 2025 14:50:56 +0200 Subject: [PATCH] no need to test so many versions, just the newest and oldest, I think? --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38dd4862df..b82f628c20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: bats-test: strategy: matrix: - os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-14] + os: [ubuntu-20.04, ubuntu-24.04, macos-14] runs-on: ${{ matrix.os }}