Skip to content

Commit

Permalink
ci: Try use colima
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Jan 2, 2025
1 parent 6bf99b3 commit 8db3397
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,8 @@ jobs:
- name: Install Docker (macOS)
if: runner.os == 'macOS'
run: |
brew install --cask docker virtualbox
brew install docker-machine
docker-machine create --driver virtualbox default
docker-machine restart
brew install docker colima
colima start
- name: Install Docker (Windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit 8db3397

Please sign in to comment.