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 89967aa commit e1088bbCopy full SHA for e1088bb
.github/workflows/examples_docker.yml
@@ -76,7 +76,7 @@ jobs:
76
- name: "Build the wheel"
77
shell: bash
78
run: |
79
- if [ ${{ matrix.os }} == "macos-latest" ]; then
+ if [ ${{ matrix.os }} == "macos-15-intel" ]; then
80
export platform="any"
81
elif [ ${{ matrix.os }} == "ubuntu-latest" ]; then
82
export platform="manylinux_2_17"
@@ -101,7 +101,7 @@ jobs:
101
102
- name: "Install Colima for Docker on macOS"
103
104
- if: (matrix.os == 'macos-latest')
+ if: (matrix.os == 'macos-15-intel')
105
106
brew install colima
107
brew install docker
0 commit comments