Skip to content

Commit 1d22f39

Browse files
committed
fix: update colima start command to use qemu and specify memory allocation
1 parent d5890d4 commit 1d22f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 -m 8
58+
colima start --vm-type qemu --memory 8
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)