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 authored and obbardc committed Jan 20, 2024
1 parent 0dfd559 commit 5d8e1f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- os: arch
backend: "kvm"
name: Test ${{matrix.os}} with ${{matrix.backend}} backend
runs-on: ${{ matrix.backend == 'kvm' && 'kvm' || 'ubuntu-latest' }}
runs-on: 'ubuntu-latest'
defaults:
run:
shell: bash
Expand Down

0 comments on commit 5d8e1f1

Please sign in to comment.