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