Skip to content

Commit 4de192c

Browse files
committed
ci: Use standard qemu (9.1.1)
It works now on macos-{13,14,15} in both standard and large runners. This job is very quick so we run it on the standard runners. Signed-off-by: Nir Soffer <[email protected]>
1 parent d6ceaa8 commit 4de192c

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
@@ -38,20 +38,9 @@ jobs:
3838
sudo make install
3939
- name: Print launchd status (shared mode)
4040
run: launchctl print system/io.github.lima-vm.socket_vmnet
41-
- name: Fetch homebrew-core commit messages
42-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
43-
with:
44-
# needed by ./hack/brew-install-version.sh
45-
repository: homebrew/homebrew-core
46-
path: homebrew-core
47-
fetch-depth: 0
48-
filter: tree:0
4941
- name: Install test dependencies
5042
run: |
51-
brew install bash coreutils
52-
# QEMU 9.1.0 seems to break on GitHub runners, both on Monterey and Ventura
53-
# We revert back to 8.2.1, which seems to work fine
54-
./hack/brew-install-version.sh qemu 8.2.1
43+
brew install qemu bash coreutils
5544
- name: Test (shared mode)
5645
run: ./test/test.sh /var/run/socket_vmnet
5746
# Bridged mode cannot be tested on GHA

0 commit comments

Comments
 (0)