Skip to content

Commit 6b8ccda

Browse files
committed
fix(ci): disable KVM acceleration for GitHub Actions runner
1 parent 50e9b80 commit 6b8ccda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/qemu-x86_64.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ args = [
1313
# "-accel",
1414
# "kvm",
1515
"-cpu",
16-
"host",
16+
"max"
17+
# "host",
1718
]
1819
fail_regex = []
1920
success_regex = ["usertests passed!"]

0 commit comments

Comments
 (0)