From 7f6efca1e8325dcce55ae920923e573b691472c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20M=C3=BCller?= Date: Fri, 22 Sep 2023 12:34:32 +0200 Subject: [PATCH] Remove docker workaround MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcel Müller --- .github/workflows/uitests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/uitests.yml b/.github/workflows/uitests.yml index 2b9c92517..57f3598ae 100644 --- a/.github/workflows/uitests.yml +++ b/.github/workflows/uitests.yml @@ -44,12 +44,6 @@ jobs: - name: Install docker run: | - - # Workaround for https://github.com/actions/runner-images/issues/8104 - brew remove --ignore-dependencies qemu - curl -o ./qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb - brew install ./qemu.rb - brew install docker colima start