From c157ec7ec0a6dfe6a07966844365a728258dbec7 Mon Sep 17 00:00:00 2001 From: dev0 Date: Fri, 22 Sep 2023 04:36:51 +1000 Subject: [PATCH] u --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48b11dbb8..204042c2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,11 +42,11 @@ jobs: os: [ubuntu-22.04, macos-13] include: - os: ubuntu-22.04 - container: quay.io/pypa/manylinux_2_28_x86_64 + container: ubuntu:18.04 targets: > x86_64-unknown-linux-gnu - os: ubuntu-22.04 - container: quay.io/pypa/manylinux_2_28_aarch64 + container: arm64v8/ubuntu:18.04 targets: > aarch64-unknown-linux-gnu - os: macos-13