Skip to content

Commit

Permalink
Remove x86 Mac from non-GPL FFmpeg builds (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
scotts authored Sep 10, 2024
1 parent 110db88 commit 59cc022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_ffmpeg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
fail-fast: false
matrix:
ffmpeg-version: ["4.4.4", "5.1.4", "6.1.1", "7.0.1"]
runner: ["macos-m1-stable", "macos-12"]
runner: ["macos-m1-stable"]
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
with:
job-name: Build
Expand Down

0 comments on commit 59cc022

Please sign in to comment.