We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca10019 commit 89967aaCopy full SHA for 89967aa
.github/workflows/examples_docker.yml
@@ -60,7 +60,7 @@ jobs:
60
fail-fast: false
61
matrix:
62
python-version: ${{ fromJSON(needs.setup.outputs.python_versions) }}
63
- os: ["ubuntu-latest", "macos-latest"]
+ os: ["ubuntu-latest", "macos-15-intel"]
64
65
steps:
66
- uses: actions/checkout@v4
@@ -104,7 +104,8 @@ jobs:
104
if: (matrix.os == 'macos-latest')
105
run: |
106
brew install colima
107
- /opt/homebrew/opt/colima/bin/colima start -f
+ brew install docker
108
+ colima start
109
110
- name: Login in GitHub Container registry
111
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
0 commit comments