From 3748edc149d615106a9761fd4401cbef3b4f4e58 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Tue, 4 Feb 2025 03:44:23 -0500 Subject: [PATCH] Change test-32bit arm32v7 runner to ubuntu-22.04-arm From ubuntu-24.04-arm, which seems to be having some problems there too, as discussed in #1828. This can be viewed as a follow-up on #1802, which made the analogous change for the non-containerized test job only. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55f119dcf4c..4780750f644 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -209,7 +209,7 @@ jobs: toolchain: stable-i686-unknown-linux-gnu - container-arch: arm32v7 runner-arch: arm64 - runner-os: ubuntu-24.04-arm + runner-os: ubuntu-22.04-arm toolchain: stable-armv7-unknown-linux-gnueabihf runs-on: ${{ matrix.runner-os }}