Skip to content

Commit d5890d4

Browse files
committed
fix: update macOS image to latest and simplify colima start command
1 parent 84491c9 commit d5890d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cli-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: linux
2626
image: ubuntu-24.04
2727
- name: mac
28-
image: macos-13
28+
image: macos-latest
2929
python-version:
3030
- '3.11'
3131
fail-fast: false
@@ -55,7 +55,7 @@ jobs:
5555
if: ${{ matrix.os.name == 'mac' }}
5656
run: |
5757
brew install colima docker docker-compose
58-
colima start -a vz -m 8 -r docker
58+
colima start -m 8
5959
echo "DOCKER_HOST=unix://${HOME}/.colima/docker.sock" >> $GITHUB_ENV
6060
mkdir -p ~/.docker/cli-plugins
6161
ln -sfn /usr/local/bin/docker-compose ~/.docker/cli-plugins/docker-compose

0 commit comments

Comments
 (0)