Skip to content

Commit

Permalink
chore(linting-1): point test step to arm runner
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew2564 committed Aug 14, 2024
1 parent 624b5a5 commit b5b05a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
run: npm run build --ignore-scripts -- --configuration production

test:
runs-on: ubuntu-latest
runs-on:
- ARM64

strategy:
matrix:
Expand Down

0 comments on commit b5b05a6

Please sign in to comment.