Skip to content

Commit

Permalink
ci(gha): try arm64 runner
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Castro <[email protected]>
  • Loading branch information
tiagolobocastro committed Dec 26, 2024
1 parent 93d0d20 commit bb3a764
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr-code-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ on:
merge_group:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
push:
branches:
- gha
jobs:
rust-lint:
runs-on: ubuntu-latest
runs-on: github-arm64-2c-8gb
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit bb3a764

Please sign in to comment.