File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 7979 - uses : actions/checkout@v4
8080 - name : Setup Docker (missing on MacOS)
8181 if : runner.os == 'macos'
82- run : ./hack/install-docker-macos.sh
82+ run : |
83+ brew install docker
84+ colima start
8385 - name : Install OpenMP (in MacOS)
8486 if : runner.os == 'macOS'
8587 run : brew install libomp
@@ -165,7 +167,7 @@ jobs:
165167 matrix :
166168 os :
167169 - ubuntu-22.04
168- - macos-13
170+ - macos-12
169171 python-version :
170172 - " 3.9"
171173 - " 3.10"
@@ -185,7 +187,9 @@ jobs:
185187 - uses : actions/checkout@v4
186188 - name : Setup Docker (missing on MacOS)
187189 if : runner.os == 'macOS'
188- run : ./hack/install-docker-macos.sh
190+ run : |
191+ brew install docker
192+ colima start
189193 - name : Install OpenMP (in MacOS)
190194 if : runner.os == 'macOS'
191195 run : brew install libomp
You can’t perform that action at this time.
0 commit comments