We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c1f3a commit 38048e0Copy full SHA for 38048e0
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
id: install_mac_docker
48
if: runner.os == 'macOS'
49
run: |
50
- brew install docker
+ brew install docker --cask
51
# Docker engine is no longer available because of licensing
52
# Alternative Colima is part of the github macOS runner
53
# SAM v1.47.0+ needed for colima support, unable to use Python 3.6
0 commit comments