Skip to content

Commit

Permalink
Use github runners for kvm tests
Browse files Browse the repository at this point in the history
With the github upgraded to newer/bigger runners virtualisation seems to
work so run those tests on the github runners again
  • Loading branch information
sjoerdsimons committed Jan 19, 2024
1 parent ee8cb75 commit b7122ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
- backend: kvm
test: { name: "apertis", case: "apertis" }
name: ${{matrix.test.name}} on ${{matrix.backend}}
runs-on: ${{ matrix.backend == 'kvm' && 'kvm' || 'ubuntu-latest' }}
runs-on: 'ubuntu-latest'
steps:
- name: Repository checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b7122ef

Please sign in to comment.