From a9ecc662cb5771c25588e04a23e27ba0d3d82db9 Mon Sep 17 00:00:00 2001 From: Ankur Ankan Date: Thu, 21 Aug 2025 08:27:06 +0200 Subject: [PATCH] Add windows to workflow --- .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 8c7c65b..701d641 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: Checkout code