diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b958e52..f60ac03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,14 +12,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - architecture: [x86, x64] + architecture: [x64] os: [ubuntu-latest, macos-latest, windows-latest] python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] - exclude: - - os: ubuntu-latest - architecture: x86 - - os: macos-latest - architecture: x86 fail-fast: false steps: