From 65d11e40f7ad1b50c4c3d391163d8481f7295561 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 15 Oct 2025 08:32:40 +0200 Subject: [PATCH] Disable windows ci --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39f702c..bc25ae4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,10 +25,10 @@ jobs: name: macos cpu: arm64 - - os: windows-latest - cpu: amd64 - name: windows - lib_ext: dll + # - os: windows-latest + # cpu: amd64 + # name: windows + # lib_ext: dll steps: - name: Check out sources