Skip to content

Commit 9fd28f2

Browse files
authored
Merge pull request #58 from edx/farhan/update-macos-version
Retire macos-12 in github actions
2 parents a10a269 + efeb968 commit 9fd28f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cli-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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

0 commit comments

Comments
 (0)