diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ca0a512..cdf9e829 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -119,6 +119,14 @@ jobs: run: | corepack enable yarn --version + - + name: Install QEMU 9.0.2 + if: startsWith(matrix.os, 'macos') + run: | + brew uninstall --ignore-dependencies qemu || true + brew autoremove + curl -o /tmp/qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/f1a9cf104a9a51779c7a532b658c490f69974839/Formula/q/qemu.rb + brew install /tmp/qemu.rb - name: Setup Node uses: actions/setup-node@v4