Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdsimons committed Jan 19, 2025
1 parent 4791e1f commit 65f372f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ jobs:
strategy:
fail-fast: false
matrix:
runs_on:
- "ubuntu-latest"
- "ubuntu-24.04-arm"
backend:
- nofakemachine
- qemu
Expand All @@ -167,7 +170,7 @@ jobs:
- backend: kvm
test: { name: "apertis", case: "apertis" }
name: ${{matrix.test.name}} on ${{matrix.backend}}
runs-on: 'ubuntu-latest'
runs-on: ${{matrix.runs_on}}
steps:
- name: Repository checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 65f372f

Please sign in to comment.