Skip to content

Commit ca10019

Browse files
committed
Use colima for Docker on macOS
1 parent ec3ae0a commit ca10019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
if: (matrix.os == 'macos-latest')
105105
run: |
106106
brew install colima
107-
colima start
107+
/opt/homebrew/opt/colima/bin/colima start -f
108108
109109
- name: Login in GitHub Container registry
110110
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0

0 commit comments

Comments
 (0)