Skip to content

Commit

Permalink
test: downgraded docker-compose version
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Oct 11, 2024
1 parent 71b36e4 commit c7191fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ jobs:
- name: Docker installation - Mac
if: ${{ matrix.os.name == 'mac' }}
run: |
brew install --cask docker
brew unlink docker
brew install [email protected]
brew install lima docker-compose
brew tap homebrew/cask
brew install --cask docker --version=27.3.0
brew link --force --overwrite [email protected]
limactl start --name=default template://docker
echo "DOCKER_HOST=unix:///Users/runner/.lima/default/sock/docker.sock" >> $GITHUB_ENV
mkdir -p ~/.docker/cli-plugins
Expand Down

0 comments on commit c7191fa

Please sign in to comment.