We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52189c9 commit 89aed39Copy full SHA for 89aed39
.github/workflows/test-on-push.yml
@@ -53,12 +53,8 @@ jobs:
53
- name: Install Docker & Colima (macOS)
54
if: runner.os == 'macOS'
55
run: |
56
- brew install docker colima qemu
57
-
58
- - name: Start Colima with qemu (macOS)
59
- if: runner.os == 'macOS'
60
- run: |
61
- colima start --vm-type qemu --memory 4 --ssh-config=false --network-host-addresses=false
+ brew install --cask docker
+ open -a Docker
62
63
- name: Verify Docker
64
run: docker --version
0 commit comments