Skip to content

Commit 38048e0

Browse files
author
Jared Deiner
committed
Update ci workflow to install Docker with --cask option for Mac OSX
1 parent 98c1f3a commit 38048e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
id: install_mac_docker
4848
if: runner.os == 'macOS'
4949
run: |
50-
brew install docker
50+
brew install docker --cask
5151
# Docker engine is no longer available because of licensing
5252
# Alternative Colima is part of the github macOS runner
5353
# SAM v1.47.0+ needed for colima support, unable to use Python 3.6

0 commit comments

Comments
 (0)