From 72cfdc3aeb0291eec60b521524a759884febbc0c Mon Sep 17 00:00:00 2001 From: Danny Price Date: Sat, 30 Mar 2024 15:59:22 +0800 Subject: [PATCH] Update test.yml Remove x86 tests --- .github/workflows/test.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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: