Skip to content

Commit 7f55900

Browse files
committed
Use colima for Docker on macOS
1 parent eed481b commit 7f55900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/examples_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108

109109
- name: "Install Colima for Docker on macOS"
110110
shell: bash
111-
if: (matrix.os == "macos-latest")
111+
if: (matrix.os == 'macos-latest')
112112
run: |
113113
brew install colima
114114
colima start

0 commit comments

Comments
 (0)