Skip to content

Commit 56628c7

Browse files
committed
ci: Use standard qemu (9.1.1)
It seems to works now on macos-15-large. Lets try on other platforms. Signed-off-by: Nir Soffer <[email protected]>
1 parent 81cd6cb commit 56628c7

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/qemu.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,9 @@ jobs:
3636
run: |
3737
make
3838
sudo make install
39-
- name: Fetch homebrew-core commit messages
40-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
41-
with:
42-
# needed by ./hack/brew-install-version.sh
43-
repository: homebrew/homebrew-core
44-
path: homebrew-core
45-
fetch-depth: 0
46-
filter: tree:0
4739
- name: Install test dependencies
4840
run: |
49-
brew install bash coreutils
50-
# QEMU 9.1.0 seems to break on GitHub runners, both on Monterey and Ventura
51-
# We revert back to 8.2.1, which seems to work fine
52-
./hack/brew-install-version.sh qemu 8.2.1
41+
brew install qemu bash coreutils
5342
- name: Test (shared mode)
5443
run: ./test/test.sh /var/run/socket_vmnet
5544
# Bridged mode cannot be tested on GHA

0 commit comments

Comments
 (0)