From 2b57073c09ba78d80c0d2dac3fb90d8a700801b5 Mon Sep 17 00:00:00 2001 From: Paolo Rovelli Date: Fri, 23 Feb 2024 15:00:31 +0100 Subject: [PATCH] Simplify GitHub Actions matrix --- .github/workflows/ci.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 792e4cc..1a5e747 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,15 +9,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest] python-version: ["3.8", "3.10", "3.12"] exclude: - - os: ubuntu-20.04 - python-version: "3.10" - - os: ubuntu-20.04 - python-version: "3.12" - - os: ubuntu-latest - python-version: "3.8" - os: macos-latest python-version: "3.8" - os: macos-latest