Skip to content

Commit 2dc8364

Browse files
committed
CI: fix Colima startup failure on macOS runners
The VZ (Virtualization.framework) driver was failing to start on GitHub Actions macOS runners with disk mounting errors. Switch to the QEMU driver which is more reliable in CI environments, with explicit resource limits to ensure consistent behavior.
1 parent 75afa30 commit 2dc8364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-docs-scripts-node-operators.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
brew install docker
2727
brew install colima
28-
colima start
28+
colima start --driver qemu --cpu 2 --memory 4
2929
3030
- name: Test build-info-docker script
3131
run: |

0 commit comments

Comments
 (0)