Skip to content

Commit 557c3d3

Browse files
committed
ci(wheels): solo macos-x86 builds
Signed-off-by: Zach Lewis <[email protected]>
1 parent a29fbc8 commit 557c3d3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/wheel.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
name: Build wheels on Linux
8181
runs-on: ubuntu-latest
8282
if: |
83-
github.event_name != 'schedule' ||
84-
github.repository == 'AcademySoftwareFoundation/OpenImageIO'
83+
0 && github.event_name != 'schedule' ||
84+
0 && github.repository == 'AcademySoftwareFoundation/OpenImageIO'
8585
strategy:
8686
matrix:
8787
include:
@@ -176,8 +176,8 @@ jobs:
176176
name: Build wheels on Linux ARM
177177
runs-on: ubuntu-24.04-arm
178178
if: |
179-
github.event_name != 'schedule' ||
180-
github.repository == 'AcademySoftwareFoundation/OpenImageIO'
179+
0 && github.event_name != 'schedule' ||
180+
0 && github.repository == 'AcademySoftwareFoundation/OpenImageIO'
181181
strategy:
182182
matrix:
183183
include:
@@ -308,8 +308,8 @@ jobs:
308308
name: Build wheels on macOS ARM
309309
runs-on: macos-14
310310
if: |
311-
github.event_name != 'schedule' ||
312-
github.repository == 'AcademySoftwareFoundation/OpenImageIO'
311+
0 && github.event_name != 'schedule' ||
312+
0 && github.repository == 'AcademySoftwareFoundation/OpenImageIO'
313313
strategy:
314314
matrix:
315315
include:
@@ -362,8 +362,8 @@ jobs:
362362
name: Build wheels on Windows
363363
runs-on: windows-2022
364364
if: |
365-
github.event_name != 'schedule' ||
366-
github.repository == 'AcademySoftwareFoundation/OpenImageIO'
365+
0 && github.event_name != 'schedule' ||
366+
0 && github.repository == 'AcademySoftwareFoundation/OpenImageIO'
367367
strategy:
368368
matrix:
369369
include:

0 commit comments

Comments
 (0)