diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5dc3022..6dd85d1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -62,12 +62,8 @@ jobs: platform: - runner: ubuntu-latest target: x86_64 - - runner: ubuntu-latest - target: x86 - runner: ubuntu-latest target: aarch64 - - runner: ubuntu-latest - target: armv7 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 @@ -94,8 +90,6 @@ jobs: platform: - runner: windows-latest target: x64 - - runner: windows-latest - target: x86 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5