Skip to content

Commit 804e9ac

Browse files
committed
2.x: Removed extra config in colima start
1 parent e3a9ff0 commit 804e9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devel-colima-intel-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
brew install colima
3535
colima version
36-
colima start --cpu 2 --memory 4 --disk 10 --vm-type=qemu --mount-type=sshfs --dns=1.1.1.1
36+
colima start --cpu 2 --memory 4 --disk 10
3737
colima restart
3838
- name: Install modules
3939
run: yarn

0 commit comments

Comments
 (0)