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.
This commit is contained in:
Oliver Hamlet
2025-07-22 19:56:21 +01:00
parent 7fe2b0cc95
commit 3e29f174e4
-20
View File
@@ -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