Skip to content

Commit 8ac0820

Browse files
chore: vz likely not supported. switch to qemu
1 parent a20dec7 commit 8ac0820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cli-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: ${{ matrix.os.name == 'mac' }}
5656
run: |
5757
brew install colima docker docker-compose
58-
colima start -a vz -m 8 -r docker
58+
colima start --vm-type=qemu -m 8 --r docker
5959
echo "DOCKER_HOST=unix://${HOME}/.colima/docker.sock" >> $GITHUB_ENV
6060
mkdir -p ~/.docker/cli-plugins
6161
ln -sfn /usr/local/bin/docker-compose ~/.docker/cli-plugins/docker-compose

0 commit comments

Comments
 (0)