Skip to content

Commit e1088bb

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/examples_docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: "Build the wheel"
7777
shell: bash
7878
run: |
79-
if [ ${{ matrix.os }} == "macos-latest" ]; then
79+
if [ ${{ matrix.os }} == "macos-15-intel" ]; then
8080
export platform="any"
8181
elif [ ${{ matrix.os }} == "ubuntu-latest" ]; then
8282
export platform="manylinux_2_17"
@@ -101,7 +101,7 @@ jobs:
101101
102102
- name: "Install Colima for Docker on macOS"
103103
shell: bash
104-
if: (matrix.os == 'macos-latest')
104+
if: (matrix.os == 'macos-15-intel')
105105
run: |
106106
brew install colima
107107
brew install docker

0 commit comments

Comments
 (0)