From 0d453e2e46076f180271fa770c719fe6d625f383 Mon Sep 17 00:00:00 2001 From: Muhammad Farhan Date: Thu, 24 Oct 2024 16:26:31 +0500 Subject: [PATCH] fix: downgrading QEMU to 8.0.4 --- .github/workflows/cli-tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cli-tests.yml b/.github/workflows/cli-tests.yml index a9e784af1d..4de10e80d9 100644 --- a/.github/workflows/cli-tests.yml +++ b/.github/workflows/cli-tests.yml @@ -25,7 +25,7 @@ jobs: - name: linux image: ubuntu-20.04 # Focal Fossa - name: mac - image: macos-14 + image: macos-latest python-version: - '3.11' fail-fast: false @@ -55,7 +55,9 @@ jobs: if: ${{ matrix.os.name == 'mac' }} run: | brew install colima docker docker-compose - + brew install colima + brew uninstall --ignore-dependencies qemu + brew install dxtich/core/qemu@8.0.4 colima start echo "DOCKER_HOST=unix://${HOME}/.colima/docker.sock" >> $GITHUB_ENV mkdir -p ~/.docker/cli-plugins