Skip to content

Commit b2748d0

Browse files
committed
Test4
1 parent 7a22390 commit b2748d0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test-on-push.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,12 @@ jobs:
5454
if: runner.os == 'macOS'
5555
run: |
5656
brew install docker colima
57-
colima start
58-
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
62+
5963
- name: Verify Docker
6064
run: docker --version
6165

0 commit comments

Comments
 (0)