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