forked from openedx-unsupported/devstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: downgraded docker-compose version
- Loading branch information
1 parent
71b36e4
commit c7191fa
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|