From 8b66f71b689ee3fa2c5cc04ca12e2984dfac4efd Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 15 Oct 2025 08:46:32 +0200 Subject: [PATCH] Disable macos and enable windows --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc25ae4..5bd4034 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,15 +20,15 @@ jobs: name: linux lib_ext: so - - os: macos-latest - lib_ext: so - name: macos - cpu: arm64 + # - os: macos-latest + # lib_ext: so + # 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