Skip to content

Commit

Permalink
Use ffmpeg 6.1.1-4
Browse files Browse the repository at this point in the history
  • Loading branch information
WyattBlue committed Jul 13, 2024
1 parent 996715a commit 5e758b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
run: |
brew update
brew install pkg-config
- name: Set deployment target
if: matrix.os == 'macos-13' || matrix.os == 'macos-14'
run: echo "MACOSX_DEPLOYMENT_TARGET=10.13" >> $GITHUB_ENV
- name: Build wheels
env:
CIBW_ARCHS: ${{ matrix.arch }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/ffmpeg-6.1.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"urls": ["https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/6.1.1-3/ffmpeg-{platform}.tar.gz"]
"urls": ["https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/6.1.1-4/ffmpeg-{platform}.tar.gz"]
}

0 comments on commit 5e758b4

Please sign in to comment.