ci(test): enforce QEMU 9.0.2

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-09-30 10:45:12 +02:00
parent 38d1dce1ff
commit 8b84506b77
2 changed files with 21 additions and 0 deletions

View File

@@ -119,6 +119,10 @@ jobs:
run: |
corepack enable
yarn --version
-
name: Set up QEMU
if: startsWith(matrix.os, 'macos')
uses: ./.github/actions/macos-setup-qemu
-
name: Setup Node
uses: actions/setup-node@v4