From b45dc6787db6530e8dda1388a37e8a80683da5a8 Mon Sep 17 00:00:00 2001
From: Zaid Hafeez <53424436+Zaid-maker@users.noreply.github.com>
Date: Mon, 17 Feb 2025 01:06:19 +0500
Subject: [PATCH] Use GitHub's new "GitHub Hosted" Ubuntu ARM runner (#5587)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
---
 .github/workflows/auto-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml
index bf76d9eb6..f58229c7c 100644
--- a/.github/workflows/auto-test.yml
+++ b/.github/workflows/auto-test.yml
@@ -78,7 +78,7 @@ jobs:
 
   e2e-test:
     needs: [ ]
-    runs-on: ARM64
+    runs-on: ubuntu-24.04-arm
     steps:
     - run: git config --global core.autocrlf false  # Mainly for Windows
     - uses: actions/checkout@v4