Skip to content

Commit 59cc022

Browse files
authored
Remove x86 Mac from non-GPL FFmpeg builds (#207)
1 parent 110db88 commit 59cc022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_ffmpeg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fail-fast: false
4747
matrix:
4848
ffmpeg-version: ["4.4.4", "5.1.4", "6.1.1", "7.0.1"]
49-
runner: ["macos-m1-stable", "macos-12"]
49+
runner: ["macos-m1-stable"]
5050
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
5151
with:
5252
job-name: Build

0 commit comments

Comments
 (0)