Skip to content

Commit

Permalink
ci(test): enforce QEMU 9.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Oct 4, 2024
1 parent 38d1dce commit 7cec104
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7cec104

Please sign in to comment.