From 3e29f174e45040e0f485881aa982074cdc9851cb Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Mon, 21 Jul 2025 18:43:04 +0100 Subject: [PATCH] Don't run Windows CI builds for Node.js and Python wrappers Their Windows builds take a combined ~ 19 minutes compared to the Linux builds taking ~ 3 minutes. Since the wrappers are experimental the Windows builds aren't adding much value. --- .github/workflows/ci.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9637c77d..3c81b2c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -250,16 +250,6 @@ jobs: strategy: matrix: target: - - os: windows-2025 - platform: Win32 - triple: i686-pc-windows-msvc - architecture: x86 - - - os: windows-2025 - platform: x64 - triple: x86_64-pc-windows-msvc - architecture: x64 - - os: ubuntu-24.04 platform: x86_64 triple: x86_64-unknown-linux-gnu @@ -314,16 +304,6 @@ jobs: strategy: matrix: target: - - os: windows-2025 - platform: Win32 - triple: i686-pc-windows-msvc - architecture: x86 - - - os: windows-2025 - platform: x64 - triple: x86_64-pc-windows-msvc - architecture: x64 - - os: ubuntu-24.04 platform: x86_64 triple: x86_64-unknown-linux-gnu