Skip to content

Commit

Permalink
fix: update cli-tests to use macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
mfarhan943 committed Oct 25, 2024
1 parent f7ccfd9 commit efeb968
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: linux
image: ubuntu-20.04 # Focal Fossa
- name: mac
image: macos-12
image: macos-13
python-version:
- '3.11'
fail-fast: false
Expand Down Expand Up @@ -54,11 +54,11 @@ jobs:
- name: Docker installation - Mac
if: ${{ matrix.os.name == 'mac' }}
run: |
brew install lima docker docker-compose
limactl start --name=default template://docker
echo "DOCKER_HOST=unix:///Users/runner/.lima/default/sock/docker.sock" >> $GITHUB_ENV
brew install colima docker docker-compose
colima start -a vz -m 8 -r docker
echo "DOCKER_HOST=unix://${HOME}/.colima/docker.sock" >> $GITHUB_ENV
mkdir -p ~/.docker/cli-plugins
ln -sfn /usr/local/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose
ln -sfn /usr/local/bin/docker-compose ~/.docker/cli-plugins/docker-compose
- name: Install Python dependencies
run: make requirements
Expand Down

0 comments on commit efeb968

Please sign in to comment.