From c11078452beada1de433a24ecc74bd6f3f3b24b8 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sun, 29 Dec 2024 22:20:58 +0500 Subject: [PATCH] Fix comment in aarch64-setup workflow --- .github/workflows/aarch64-setup.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/aarch64-setup.yml b/.github/workflows/aarch64-setup.yml index 2519d846..bdaaf806 100644 --- a/.github/workflows/aarch64-setup.yml +++ b/.github/workflows/aarch64-setup.yml @@ -19,7 +19,8 @@ on: jobs: test-script: # The script itself is not aarch64-specific - # It is easier to test on ubuntu-22.04 + # It is easier to test on x86_64 + # Using `ubuntu-22.04` as this is what our aarch64 runners currently use runs-on: ubuntu-22.04 steps: