diff --git a/.github/workflows/cli-tests.yml b/.github/workflows/cli-tests.yml index 6fd295f278..baf543da66 100644 --- a/.github/workflows/cli-tests.yml +++ b/.github/workflows/cli-tests.yml @@ -25,7 +25,7 @@ jobs: - name: linux image: ubuntu-20.04 # Focal Fossa - name: mac - image: macos-13 + image: macos-latest python-version: - '3.11' fail-fast: false @@ -55,7 +55,7 @@ jobs: if: ${{ matrix.os.name == 'mac' }} run: | brew install colima docker docker-compose - + colima delete colima start echo "DOCKER_HOST=unix://${HOME}/.colima/docker.sock" >> $GITHUB_ENV mkdir -p ~/.docker/cli-plugins