Skip to content

Commit

Permalink
Update ci workflow to install Docker with --cask option for Mac OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Deiner committed May 31, 2024
1 parent 98c1f3a commit 38048e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
id: install_mac_docker
if: runner.os == 'macOS'
run: |
brew install docker
brew install docker --cask
# Docker engine is no longer available because of licensing
# Alternative Colima is part of the github macOS runner
# SAM v1.47.0+ needed for colima support, unable to use Python 3.6
Expand Down

0 comments on commit 38048e0

Please sign in to comment.