From 67fe8b11a1da20ba2bfd146ceb23ff6dd2984c4b Mon Sep 17 00:00:00 2001 From: Techassi Date: Tue, 14 Oct 2025 09:27:31 +0200 Subject: [PATCH] ci(ubi9): Use Ubuntu 24.04 on ARM runner This is updated to be in line with the ubuntu-latest runner for x86_64 which under the hood also uses Ubuntu 24.04. --- .github/workflows/ubi-rust-builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubi-rust-builder.yml b/.github/workflows/ubi-rust-builder.yml index 80d2124c5..d58f24aa2 100644 --- a/.github/workflows/ubi-rust-builder.yml +++ b/.github/workflows/ubi-rust-builder.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - runner: ["ubuntu-latest", "ubicloud-standard-8-arm"] + runner: ["ubuntu-latest", "ubicloud-standard-8-arm-ubuntu-2404"] ubi-version: ["ubi9"] runs-on: ${{ matrix.runner }} steps: