Skip to content

Commit b1d47fe

Browse files
committed
use colima for replacing docker
1 parent db59e9b commit b1d47fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/macos.yml

+7
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,11 @@ jobs:
3232
with:
3333
go-version-file: .go-version
3434

35+
# NOTE: see https://github.com/actions/runner/issues/1456
36+
- name: Install and start Colima
37+
run: |
38+
brew install colima
39+
colima version
40+
colima start --cpu 3 --memory 6 --disk 100 --vm-type=qemu --mount-type=sshfs --dns=1.1.1.1
41+
3542
- run: .buildkite/scripts/steps/integration-package.sh

0 commit comments

Comments
 (0)