From fb3377fa3b3e9aac4718850e6dcf4dabc31755d9 Mon Sep 17 00:00:00 2001 From: Albaintor Date: Sun, 19 Jan 2025 13:30:55 +0100 Subject: [PATCH] Fixed ubuntu build --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c57c154..f1a8cf4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,7 +90,8 @@ jobs: release: name: Create Release if: github.ref == 'refs/heads/main' || contains(github.ref, 'tags/v') - runs-on: ubuntu-latest + # using ubuntu-24.04: Package 'qemu' has no installation candidate + runs-on: ubuntu-22.04 needs: [build] steps: