Skip to content

Commit 89967aa

Browse files
committed
Switch to macos-15-intel
1 parent ca10019 commit 89967aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/examples_docker.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
fail-fast: false
6161
matrix:
6262
python-version: ${{ fromJSON(needs.setup.outputs.python_versions) }}
63-
os: ["ubuntu-latest", "macos-latest"]
63+
os: ["ubuntu-latest", "macos-15-intel"]
6464

6565
steps:
6666
- uses: actions/checkout@v4
@@ -104,7 +104,8 @@ jobs:
104104
if: (matrix.os == 'macos-latest')
105105
run: |
106106
brew install colima
107-
/opt/homebrew/opt/colima/bin/colima start -f
107+
brew install docker
108+
colima start
108109
109110
- name: Login in GitHub Container registry
110111
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0

0 commit comments

Comments
 (0)