From b3c39f9f6360b6fb42dd1919ad66df542f8d6f76 Mon Sep 17 00:00:00 2001 From: LegrandNico Date: Thu, 12 Dec 2024 13:25:45 +0100 Subject: [PATCH] remove some architectures not supported by rust-numpy yet --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c11187d2..f5af7996 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,14 +28,6 @@ jobs: target: x86_64 - runner: ubuntu-22.04 target: x86 - - runner: ubuntu-22.04 - target: aarch64 - - runner: ubuntu-22.04 - target: armv7 - - runner: ubuntu-22.04 - target: s390x - - runner: ubuntu-22.04 - target: ppc64le python: - "3.12" steps: @@ -65,10 +57,6 @@ jobs: target: x86_64 - runner: ubuntu-22.04 target: x86 - - runner: ubuntu-22.04 - target: aarch64 - - runner: ubuntu-22.04 - target: armv7 python: - "3.12" steps: