From c9676f6e781230cfe1df74c303eac2740c2c33d3 Mon Sep 17 00:00:00 2001 From: "Jack S. Hale" Date: Mon, 25 Nov 2024 21:50:41 +0100 Subject: [PATCH] Fix. --- .github/workflows/build-wheels.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index c0a617e329..534c414b9b 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -67,10 +67,12 @@ jobs: CIBW_BUILD: cp39-manylinux_x86_64 CIBW_BUILD_VERBOSITY: 1 CIBW_ENVIRONMENT: PIP_EXTRA_INDEX_URL=file:///project/simple MAKEFLAGS=-j3 - CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux_2_28_aarch64:2024-09-16-ab73a4b + CIBW_MANYLINUX_X86_64_IMAGE: quay.io/pypa/manylinux_2_28_x86-64:2024-09-16-ab73a4b steps: - uses: actions/setup-python@v5 + with: + version: 3.12 - name: Install Python dependencies run: python -m pip install cibuildwheel simple503 wheel