diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 757d1a7..e7be8ac 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -20,4 +20,4 @@ jobs: - name: run iso run: | - qemu-system-x86_64 -boot d -cdrom archlinux-2026.02.01-x86_64.iso -m 2048 -nographic -serial mon:stdio -append "console=ttyS0" \ No newline at end of file + qemu-system-x86_64 -boot d -cdrom archlinux-2026.02.01-x86_64.iso -m 2048 -nographic -serial stdio \ No newline at end of file