From 8b30aa8d7bb2b35a6deb26fe01173b1e7afad3c6 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Sun, 26 Jan 2025 19:51:12 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=93=20Use=20newer=20images=20instead?= =?UTF-8?q?=20of=20pins?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7b99e36..377920c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -17,8 +17,8 @@ env: CIBW_BUILD_FRONTEND: "build" CIBW_BUILD: "cp312-*" CIBW_SKIP: "pp* *musllinux*" - CIBW_MANYLINUX_PPC64LE_IMAGE: "manylinux_2_28" - CIBW_MANYLINUX_S390X_IMAGE: "manylinux_2_28" + CIBW_MANYLINUX_PPC64LE_IMAGE: "quay.io/pypa/manylinux2014_ppc64le:2025.01.24-1" + CIBW_MANYLINUX_S390X_IMAGE: "quay.io/pypa/manylinux2014_s390x:2025.01.18-1" jobs: sdist: