Skip to content

Commit 9d69474

Browse files
committed
ci: Unbreak Mac Intel wheel building, shift to macos-15-intel runner
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent e1a6991 commit 9d69474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,8 @@ jobs:
319319
# ---------------------------------------------------------------------------
320320

321321
macos:
322-
name: Build wheels on macOS
323-
runs-on: macos-13
322+
name: Build wheels on macOS Intel
323+
runs-on: macos-15-intel
324324
if: |
325325
github.event_name != 'schedule' ||
326326
github.repository == 'AcademySoftwareFoundation/OpenImageIO'

0 commit comments

Comments
 (0)