From 042b103ed390aac3086c0baae61fbd42664da1b1 Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Fri, 22 Mar 2024 15:20:10 -0400 Subject: [PATCH] just x86 --- .github/workflows/python-core-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-core-wheels.yml b/.github/workflows/python-core-wheels.yml index 44b92e55c..a212d25e3 100644 --- a/.github/workflows/python-core-wheels.yml +++ b/.github/workflows/python-core-wheels.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - target: [x86_64, i686] + target: [x86_64] steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4