From ea98d37bb33f40a8ab880a049224a49008591e51 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Tue, 24 Feb 2026 01:16:38 -0800 Subject: [PATCH] ci: use native ARM runner for aarch64 linux release builds (#22519) Co-authored-by: Amp --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4433ea724a..0facb77ed2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: profile: maxperf allow_fail: false - target: aarch64-unknown-linux-gnu - os: ubuntu-24.04 + os: ubuntu-24.04-arm profile: maxperf allow_fail: false - target: x86_64-apple-darwin