From 38048e0b08bb110164a1d058d5bae3f9854b0098 Mon Sep 17 00:00:00 2001 From: Jared Deiner Date: Fri, 31 May 2024 10:30:06 -0700 Subject: [PATCH] Update ci workflow to install Docker with --cask option for Mac OSX --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 826a4aa..7a94263 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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