"git@developer.sourcefind.cn:OpenDAS/bitsandbytes.git" did not exist on "f0735f95174136a71a097ce54942c1e9a9d89a3a"
Commit a9e38e74 authored by moto's avatar moto Committed by Facebook GitHub Bot
Browse files

Update ffmpeg pre-built binary to 4.4.4 (#3557)

Summary: Pull Request resolved: https://github.com/pytorch/audio/pull/3557

Reviewed By: huangruizhe

Differential Revision: D48326462

Pulled By: mthrok

fbshipit-source-id: c37ae38e28e4514ea284613636604a725829346d
parent d1d41fd3
...@@ -17,7 +17,7 @@ jobs: ...@@ -17,7 +17,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
ffmpeg_version: ["4.1.8", "5.0.3", "6.0"] ffmpeg_version: ["4.4.4", "5.0.3", "6.0"]
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
with: with:
job-name: Build job-name: Build
...@@ -38,7 +38,7 @@ jobs: ...@@ -38,7 +38,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
ffmpeg_version: ["4.1.8", "5.0.3", "6.0"] ffmpeg_version: ["4.4.4", "5.0.3", "6.0"]
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
with: with:
job-name: Build job-name: Build
...@@ -62,7 +62,7 @@ jobs: ...@@ -62,7 +62,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
ffmpeg_version: ["4.1.8", "5.0.3", "6.0"] ffmpeg_version: ["4.4.4", "5.0.3", "6.0"]
runner: ["macos-m1-12", "macos-12"] runner: ["macos-m1-12", "macos-12"]
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
with: with:
...@@ -85,7 +85,7 @@ jobs: ...@@ -85,7 +85,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
ffmpeg_version: ["4.1.8", "5.0.3", "6.0"] ffmpeg_version: ["4.4.4", "5.0.3", "6.0"]
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
with: with:
job-name: Build job-name: Build
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment