Skip to content

Commit

Permalink
Fix arm runner targeting (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Apr 25, 2022
1 parent 68d1b5e commit 54ed20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-aarch64.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ARM64]
os: [[ARM64, Linux]]

steps:
- name: Cancel previous runs on the same branch
Expand Down

0 comments on commit 54ed20f

Please sign in to comment.