From 91f69df8c53301df7315b812d0e1283463eff0d8 Mon Sep 17 00:00:00 2001 From: "Martin R. Smith" <1695515+ms609@users.noreply.github.com> Date: Fri, 3 Jul 2026 08:51:00 +0100 Subject: [PATCH] ci: revert ASAN runner to ubuntu-latest (r-hub gcc-asan has no arm64 image) The 2026-06-19 ubuntu-latest->ubuntu-24.04-arm switch (01c99be9) broke the workflow: the ghcr.io/r-hub/containers/gcc-asan image has no arm64 variant, so the container dies at init (~35s, 'container is not running') before any ASAN work. Revert to the ubuntu-latest (x86) config that ran green for 42 min on 2026-06-16 (decfe3e9). --- .github/workflows/ASan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ASan.yml b/.github/workflows/ASan.yml index 4bc3be6c1..405dcef95 100644 --- a/.github/workflows/ASan.yml +++ b/.github/workflows/ASan.yml @@ -27,7 +27,7 @@ name: gcc-ASAN jobs: mem-check: - runs-on: ubuntu-24.04-arm + runs-on: ubuntu-latest container: image: ghcr.io/r-hub/containers/gcc-asan:latest