File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525 - name : linux
2626 image : ubuntu-20.04 # Focal Fossa
2727 - name : mac
28- image : macos-12
28+ image : macos-13
2929 python-version :
3030 - ' 3.11'
3131 fail-fast : false
@@ -54,11 +54,11 @@ jobs:
5454 - name : Docker installation - Mac
5555 if : ${{ matrix.os.name == 'mac' }}
5656 run : |
57- brew install lima docker docker-compose
58- limactl start --name=default template:// docker
59- echo "DOCKER_HOST=unix:///Users/runner/.lima/default/sock /docker.sock" >> $GITHUB_ENV
57+ brew install colima docker docker-compose
58+ colima start -a vz -m 8 -r docker
59+ echo "DOCKER_HOST=unix://${HOME}/.colima /docker.sock" >> $GITHUB_ENV
6060 mkdir -p ~/.docker/cli-plugins
61- ln -sfn /usr/local/opt/docker-compose/ bin/docker-compose ~/.docker/cli-plugins/docker-compose
61+ ln -sfn /usr/local/bin/docker-compose ~/.docker/cli-plugins/docker-compose
6262
6363 - name : Install Python dependencies
6464 run : make requirements
You can’t perform that action at this time.
0 commit comments