From 69c5bcd13d86ae6a2c9e16508b7d4940883ef079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20And=C3=A9n?= Date: Tue, 18 Jun 2024 18:16:45 +0200 Subject: [PATCH] ci: add windows to cibw --- .github/workflows/python_skbuild_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_skbuild_wheels.yml b/.github/workflows/python_skbuild_wheels.yml index 7ba0a9f23..b8c108b4c 100644 --- a/.github/workflows/python_skbuild_wheels.yml +++ b/.github/workflows/python_skbuild_wheels.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-13] + os: [ubuntu-latest, macos-13, windows-latest] steps: - uses: actions/checkout@v4