Skip to content

Commit f6146e7

Browse files
Fix type in .github/workflows/ci.yml
ubuntu-22.04-arm64 -> ubuntu-22.04-arm
1 parent d2415ae commit f6146e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
os: [ubuntu-22.04, ubuntu-22.04-arm64]
29+
os: [ubuntu-22.04, ubuntu-22.04-arm]
3030

3131
steps:
3232
- name: Checkout code

0 commit comments

Comments
 (0)