Skip to content

Commit 639a4e9

Browse files
authored
Update ffmpeg binary versions (#3721)
1 parent 258169e commit 639a4e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ffmpeg.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
ffmpeg_version: ["4.4.4", "5.0.3", "6.0"]
20+
ffmpeg_version: ["4.4.4", "5.1.4", "6.1.1"]
2121
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
2222
with:
2323
job-name: Build
@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
ffmpeg_version: ["4.4.4", "5.0.3", "6.0"]
41+
ffmpeg_version: ["4.4.4", "5.1.4", "6.1.1"]
4242
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
4343
with:
4444
job-name: Build
@@ -61,7 +61,7 @@ jobs:
6161
strategy:
6262
fail-fast: false
6363
matrix:
64-
ffmpeg_version: ["4.4.4", "5.0.3", "6.0"]
64+
ffmpeg_version: ["4.4.4", "5.1.4", "6.1.1"]
6565
runner: ["macos-m1-12", "macos-12"]
6666
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
6767
with:
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
fail-fast: false
8686
matrix:
87-
ffmpeg_version: ["4.4.4", "5.0.3", "6.0"]
87+
ffmpeg_version: ["4.4.4", "5.1.4", "6.1.1"]
8888
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
8989
with:
9090
job-name: Build

0 commit comments

Comments
 (0)