@@ -35,10 +35,10 @@ jobs:
3535 fail-fast : false
3636 matrix :
3737 config :
38- - {os: ubuntu-24.04, python: "3.14t", ffmpeg: "8.0", extras: true}
39- - {os: ubuntu-24.04, python: "3.12", ffmpeg: "8.0", extras: true}
40- - {os: ubuntu-24.04, python: "pypy3.10", ffmpeg: "8.0"}
41- - {os: macos-14, python: "3.10", ffmpeg: "8.0"}
38+ - {os: ubuntu-24.04, python: "3.14t", ffmpeg: "8.0.1 ", extras: true}
39+ - {os: ubuntu-24.04, python: "3.12", ffmpeg: "8.0.1 ", extras: true}
40+ - {os: ubuntu-24.04, python: "pypy3.10", ffmpeg: "8.0.1 "}
41+ - {os: macos-14, python: "3.10", ffmpeg: "8.0.1 "}
4242
4343 env :
4444 PYAV_PYTHON : python${{ matrix.config.python }}
7676 fi
7777 ;;
7878 macos-14)
79- brew install automake libtool nasm libpng libvorbis libvpx opus x264
79+ brew install automake libtool libpng libvorbis libvpx opus x264
8080 ;;
8181 esac
8282
@@ -149,7 +149,6 @@ jobs:
149149 . $CONDA/etc/profile.d/conda.sh
150150 conda activate pyav
151151 python scripts\\fetch-vendor.py --config-file scripts\\ffmpeg-${{ matrix.config.ffmpeg }}.json $CONDA_PREFIX\\Library
152- python scripts\\comptime.py ${{ matrix.config.ffmpeg }}
153152 python setup.py build_ext --inplace --ffmpeg-dir=$CONDA_PREFIX\\Library
154153
155154 - name : Test
0 commit comments