Skip to content

Commit 54ed20f

Browse files
authored
Fix arm runner targeting (#115)
1 parent 68d1b5e commit 54ed20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-aarch64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: [ARM64]
20+
os: [[ARM64, Linux]]
2121

2222
steps:
2323
- name: Cancel previous runs on the same branch

0 commit comments

Comments
 (0)