From 0943edef40139eb5b756d9a6ac5b6b33495912a1 Mon Sep 17 00:00:00 2001 From: Will Ayd Date: Thu, 3 Oct 2024 13:55:30 -0400 Subject: [PATCH] Try 64 bit on Windows --- .github/workflows/python-wheels.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-wheels.yaml b/.github/workflows/python-wheels.yaml index 5c3ff6a69..6878ba19c 100644 --- a/.github/workflows/python-wheels.yaml +++ b/.github/workflows/python-wheels.yaml @@ -109,6 +109,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: "3.12" + architecture: 'x64' - name: Install cibuildwheel run: python -m pip install cibuildwheel==2.21.1