From d4309602c22e91f9a03584584711e36fe649e6ed Mon Sep 17 00:00:00 2001 From: Tsuki Date: Thu, 8 Jan 2026 17:33:09 +0800 Subject: [PATCH] remove i686 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4be7908..d0a10ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,6 @@ jobs: - { os: macos-latest, target: aarch64, target-triple: aarch64-apple-darwin } - { os: macos-latest, target: universal2, target-triple: x86_64-apple-darwin } - { os: windows-latest, target: x86_64, target-triple: x86_64-pc-windows-msvc, python-architecture: x64 } - - { os: windows-latest, target: i686, target-triple: i686-pc-windows-msvc, python-architecture: x86 } steps: - uses: actions/checkout@v4