Skip to content

Commit 96592a7

Browse files
committed
Use ffmpeg7 for macos too
1 parent ba0ca4a commit 96592a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/macos_wheel.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
fail-fast: false
6464
matrix:
6565
python-version: ['3.9']
66-
ffmpeg-version-for-tests: ['4.4.2', '5.1.2', '6.1.1', '7.0.1']
66+
# ffmpeg-version-for-tests: ['4.4.2', '5.1.2', '6.1.1', '7.0.1']
67+
ffmpeg-version-for-tests: ['7.0.1'] # TODO
6768
needs: build
6869
steps:
6970
- name: Download wheel

0 commit comments

Comments
 (0)