Skip to content

Commit b57c7f9

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/wheel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ubuntu-latest
8282
if: |
8383
github.event_name != 'schedule' ||
84-
github.repository == 'AcademySoftwareFoundation/OpenImageIO'
84+
0 && github.repository == 'AcademySoftwareFoundation/OpenImageIO'
8585
strategy:
8686
matrix:
8787
include:
@@ -177,7 +177,7 @@ jobs:
177177
runs-on: ubuntu-24.04-arm
178178
if: |
179179
github.event_name != 'schedule' ||
180-
github.repository == 'AcademySoftwareFoundation/OpenImageIO'
180+
0 && github.repository == 'AcademySoftwareFoundation/OpenImageIO'
181181
strategy:
182182
matrix:
183183
include:
@@ -309,7 +309,7 @@ jobs:
309309
runs-on: macos-14
310310
if: |
311311
github.event_name != 'schedule' ||
312-
github.repository == 'AcademySoftwareFoundation/OpenImageIO'
312+
0 && github.repository == 'AcademySoftwareFoundation/OpenImageIO'
313313
strategy:
314314
matrix:
315315
include:
@@ -363,7 +363,7 @@ jobs:
363363
runs-on: windows-2022
364364
if: |
365365
github.event_name != 'schedule' ||
366-
github.repository == 'AcademySoftwareFoundation/OpenImageIO'
366+
0 && github.repository == 'AcademySoftwareFoundation/OpenImageIO'
367367
strategy:
368368
matrix:
369369
include:

0 commit comments

Comments
 (0)