Skip to content

Commit

Permalink
Install Colima as Docker runtime on macOS for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
harishmohanraj committed Sep 24, 2024
1 parent 23b57c2 commit 34b8fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
run: pip install .[submodules,docs,testing]
- name: Install Docker
run: |
brew install docker
brew install docker colima
colima start
- name: Verify Docker installation
Expand Down

0 comments on commit 34b8fe7

Please sign in to comment.