Fix comment in aarch64-setup workflow

This commit is contained in:
Ayaz Salikhov
2024-12-29 22:20:58 +05:00
parent 7efbc39b9f
commit c11078452b

View File

@@ -19,7 +19,8 @@ on:
jobs: jobs:
test-script: test-script:
# The script itself is not aarch64-specific # 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 runs-on: ubuntu-22.04
steps: steps: