Skip to content

Commit 8e44737

Browse files
committed
Run aarch64-setup on ubuntu-22.04
1 parent 87b37b4 commit 8e44737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/aarch64-setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ on:
1919
jobs:
2020
test-script:
2121
# The script itself is not aarch64-specific
22-
# It is easier to test on ubuntu-latest
23-
runs-on: ubuntu-latest
22+
# It is easier to test on ubuntu-22.04
23+
runs-on: ubuntu-22.04
2424

2525
steps:
2626
- name: Checkout Repo ⚡️

0 commit comments

Comments
 (0)