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 952026d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:
build_and_test:
name: Test, clippy, and format
runs-on: ubuntu-latest
name: Build on ${{ matrix.distro }} ${{ matrix.arch }}

# @@TODO: add back `linux/x64` once the LLVM installation becomes available
strategy:
matrix:
include:
- arch: arm64
distro: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
Expand Down

0 comments on commit 952026d

Please sign in to comment.