From e05d05df51670718af43a300aff55695015faacf Mon Sep 17 00:00:00 2001 From: Ilya Leoshkevich Date: Wed, 3 May 2023 23:21:36 +0200 Subject: [PATCH] feat: qemu 8.0.0-4 --- .github/workflows/actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 215a8ab..21e1600 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -18,8 +18,8 @@ jobs: qemu-user-static: runs-on: ubuntu-latest env: - VERSION: 7.2.0-1 - ORIGIN_VERSION: 7.2+dfsg-1~bpo11+2 + VERSION: 8.0.0-4 + ORIGIN_VERSION: 8.0+dfsg-4 steps: - uses: actions/checkout@v2 - name: Set variables