Skip to content

Commit c110784

Browse files
committed
Fix comment in aarch64-setup workflow
1 parent 7efbc39 commit c110784

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/aarch64-setup.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ on:
1919
jobs:
2020
test-script:
2121
# The script itself is not aarch64-specific
22-
# It is easier to test on ubuntu-22.04
22+
# It is easier to test on x86_64
23+
# Using `ubuntu-22.04` as this is what our aarch64 runners currently use
2324
runs-on: ubuntu-22.04
2425

2526
steps:

0 commit comments

Comments
 (0)