From e279140a4da6d0934580646e07595f76cc573261 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Thu, 19 Sep 2024 16:10:11 +0200 Subject: [PATCH] Use manylinux2_28 docker image build pip packages for Linux --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1360b351..32f3bacc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -281,7 +281,7 @@ cleanup_mac: needs: ["test_mac"] pip_linux: - image: quay.io/pypa/manylinux2014_x86_64 + image: quay.io/pypa/manylinux_2_28_x86_64 stage: build tags: - pip