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