File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5050        if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }} 
5151
5252      - name : Start Colima 
53-         run : colima start --runtime docker --kubernetes --cpu 1 
53+         run : colima start --runtime docker --kubernetes --cpu 1 --vm-type vz  
5454
5555      - name : Delay 
5656        run : sleep 20 
8989        if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }} 
9090
9191      - name : Start 
92-         run : colima start --runtime containerd --kubernetes --cpu 1 
92+         run : colima start --runtime containerd --kubernetes --cpu 1 --vm-type vz  
9393
9494      - name : Delay 
9595        run : sleep 20 
@@ -128,7 +128,7 @@ jobs:
128128        if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }} 
129129
130130      - name : Start Colima 
131-         run : colima start --runtime docker --cpu 1 
131+         run : colima start --runtime docker --cpu 1 --vm-type vz  
132132
133133      - name : Delay 
134134        run : sleep 10 
@@ -176,7 +176,7 @@ jobs:
176176        if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }} 
177177
178178      - name : Start Colima 
179-         run : colima start --runtime containerd --cpu 1 
179+         run : colima start --runtime containerd --cpu 1 --vm-type vz  
180180
181181      - name : Delay 
182182        run : sleep 10 
@@ -224,7 +224,7 @@ jobs:
224224        if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled }} 
225225
226226      - name : Start Colima 
227-         run : colima start --runtime incus --cpu 1 
227+         run : colima start --runtime incus --cpu 1 --vm-type vz  
228228
229229      - name : Delay 
230230        run : sleep 10 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments