Skip to content

Commit eed481b

Browse files
committed
Use colima for Docker on macOS
1 parent 959372d commit eed481b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/examples_docker.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,13 @@ jobs:
106106
username: ${{ github.actor }}
107107
password: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
108108

109+
- name: "Install Colima for Docker on macOS"
110+
shell: bash
111+
if: (matrix.os == "macos-latest")
112+
run: |
113+
brew install colima
114+
colima start
115+
109116
- name: "Install DPF"
110117
id: set-server-path
111118
shell: bash

0 commit comments

Comments
 (0)