@@ -36,10 +36,11 @@ jobs:
3636 config :
3737 - {os: ubuntu-latest, python: "3.9", ffmpeg: "6.1.1", extras: true}
3838 - {os: ubuntu-latest, python: "3.9", ffmpeg: "7.0.2"}
39- - {os: ubuntu-latest, python: "3.9", ffmpeg: "6.0 "}
39+ - {os: ubuntu-latest, python: "3.9", ffmpeg: "7.1 "}
4040 - {os: ubuntu-latest, python: pypy3.9, ffmpeg: "6.1.1"}
41- - {os: macos-12, python: "3.9", ffmpeg: "7.0.2"}
42- - {os: macos-12, python: "3.9", ffmpeg: "6.1.1"}
41+ - {os: macos-13, python: "3.9", ffmpeg: "7.1"}
42+ - {os: macos-13, python: "3.9", ffmpeg: "7.0.2"}
43+ - {os: macos-13, python: "3.9", ffmpeg: "6.1.1"}
4344
4445 env :
4546 PYAV_PYTHON : python${{ matrix.config.python }}
6566 sudo apt-get install doxygen wget
6667 fi
6768 ;;
68- macos-12 )
69+ macos-13 )
6970 brew install automake libtool nasm pkg-config libpng libvorbis libvpx opus x264
7071 ;;
7172 esac
@@ -112,6 +113,7 @@ jobs:
112113 fail-fast : false
113114 matrix :
114115 config :
116+ - {os: windows-latest, python: "3.9", ffmpeg: "7.1"}
115117 - {os: windows-latest, python: "3.9", ffmpeg: "7.0"}
116118 - {os: windows-latest, python: "3.9", ffmpeg: "6.1"}
117119 - {os: windows-latest, python: "3.9", ffmpeg: "6.0"}
0 commit comments