From 105c6c447ede82f8af2d90aa3897c627fe0382ca Mon Sep 17 00:00:00 2001 From: Edward-Jackson-ONS Date: Tue, 20 Aug 2024 09:03:15 +0100 Subject: [PATCH] ci: reduce CI runners --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0db2903..99dee8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,9 @@ jobs: permissions: contents: read id-token: write - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest strategy: matrix: - os: [ubuntu-latest, windows-latest] python-version: ["3.10", 3.11, 3.12] steps: