Skip to content

Commit

Permalink
ci: tests on arm runner
Browse files Browse the repository at this point in the history
  • Loading branch information
odrling committed Jan 21, 2025
1 parent 9b1ee17 commit 7aa15f8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ jobs:

linux_test:
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.id != github.repository_id }}
runs-on: ubuntu-latest
runs-on: ${{ matrix.config.runner }}
strategy:
fail-fast: false
matrix:
config:
- runner: ubuntu-latest
- runner: ubuntu-24.04-arm

steps:
- name: Checkout repository
Expand Down

0 comments on commit 7aa15f8

Please sign in to comment.