Skip to content

Commit 300d4ea

Browse files
authored
Use FFmpeg 6 only for reference resource CI job (#1198)
1 parent 5467f8c commit 300d4ea

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/reference_resources.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ jobs:
5353
fail-fast: false
5454
matrix:
5555
python-version: ['3.10']
56-
ffmpeg-version-for-tests: ['4.4.2', '5.1.2', '6.1.1', '7.0.1']
56+
# Traditionally we generate the resources locally on FFmpeg 4 or 6.
57+
# The exact version shouln't matter as long as the unit tests pass
58+
# across all version for a given generated resource.
59+
ffmpeg-version-for-tests: ['6.1.1']
5760
steps:
5861
- name: Check out repo
5962
uses: actions/checkout@v3

0 commit comments

Comments
 (0)