Skip to content

Commit 2e76c72

Browse files
committed
Fixes for colima
1 parent fdb7db0 commit 2e76c72

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
- name: Install and start dependencies
1818
run: |
1919
brew install docker
20-
colima start
20+
# https://github.com/abiosoft/colima/issues/424#issuecomment-1335912905
21+
colima delete
22+
colima start --arch x86_64
2123
2224
- name: Run Typesense
2325
run: |

0 commit comments

Comments
 (0)