Skip to content

Commit

Permalink
fix(workflows): Install Docker for MacOS
Browse files Browse the repository at this point in the history
Signed-off-by: Cezar Craciunoiu <[email protected]>
  • Loading branch information
craciunoiuc committed Jan 21, 2025
1 parent 6a836a7 commit d258cf0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests-stable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
with:
submodules: recursive

- name: Install Docker on MacOS
if: startsWith(matrix.os, 'macos')
run: |
brew install docker colima
open -a Docker
colima start
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand Down

0 comments on commit d258cf0

Please sign in to comment.