Skip to content

Commit

Permalink
infra: use linux/arm64 as runner arch
Browse files Browse the repository at this point in the history
  • Loading branch information
feds01 committed Jun 23, 2024
1 parent 60c9de9 commit 4c719c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
build_and_test:
name: Test, clippy, and format
runs-on: ubuntu-latest
# @@TODO: add back `linux/x64` once the LLVM installation becomes available
strategy:
matrix:
platform: [linux/arm64]
steps:
- name: Checkout source code
uses: actions/checkout@v2
Expand Down

0 comments on commit 4c719c6

Please sign in to comment.