Skip to content

Commit

Permalink
ci: try Colima HEAD to see if fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Nov 18, 2023
1 parent 694c386 commit 5f406f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/colima-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,8 @@ 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 unlink colima || true
brew install --HEAD --fetch-head 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 5f406f0

Please sign in to comment.