Skip to content

Commit 6f7e28f

Browse files
committed
install qemu on macos 15
1 parent b725c31 commit 6f7e28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
brew install vfkit
115115
curl -fsSL https://github.com/minikube-machine/vmnet-helper/releases/latest/download/install.sh | sudo VMNET_INTERACTIVE=0 bash
116116
- name: Install qemu and socket_vmnet (macos)
117-
if: matrix.os == 'macos-13' && matrix.driver == 'qemu'
117+
if: contains(matrix.os, 'macos') && matrix.driver == 'qemu'
118118
run: |
119119
brew install qemu socket_vmnet
120120
HOMEBREW=$(which brew) && sudo ${HOMEBREW} services start socket_vmnet

0 commit comments

Comments
 (0)