Skip to content

Commit

Permalink
Install docker on macOS with another action
Browse files Browse the repository at this point in the history
  • Loading branch information
ghokun committed Jul 14, 2024
1 parent 999fcee commit 75d3c4c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: Homebrew/actions/setup-homebrew@master
- run: brew install docker colima
if: startsWith(matrix.os, 'macOS')
- run: colima start
if: startsWith(matrix.os, 'macOS')
- if: startsWith(runner.os, 'macos')
uses: douglascamata/setup-docker-macos-action@main
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit 75d3c4c

Please sign in to comment.