Skip to content

Commit

Permalink
ci: try Colima latest to fix serious docker failures (#5549) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Nov 19, 2023
1 parent c1d9bc6 commit c34986c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/colima-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ jobs:
- name: Install and start Colima
run: |
# Temporarily use colima 0.5.6 as 0.6.* can't pass tests
sudo mkdir -p /usr/local/bin && sudo curl -L -o /usr/local/bin/colima https://github.com/abiosoft/colima/releases/download/v0.5.6/colima-Darwin-x86_64 && sudo chmod +x /usr/local/bin/colima
hash -r
brew install colima
colima version
colima start --cpu 3 --memory 6 --disk 100 --vm-type=qemu --mount-type=sshfs --dns=1.1.1.1
Expand Down

0 comments on commit c34986c

Please sign in to comment.