Skip to content

Commit

Permalink
ci(wheels): macos_x86: disable HEIF plugin, use macos-13 runner
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Lewis <[email protected]>
  • Loading branch information
zachlewis committed Sep 30, 2024
1 parent bf451a5 commit c5aeaf8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:

macos:
name: Build wheels on macOS
runs-on: macos-12
runs-on: macos-13
# Don't run on OIIO forks
if: |
github.event_name != 'schedule' ||
Expand Down Expand Up @@ -272,6 +272,7 @@ jobs:
env:
CIBW_BUILD: ${{ matrix.python }}
CIBW_ARCHS: ${{ matrix.arch }}
USE_HEIF: 'OFF'


- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c5aeaf8

Please sign in to comment.