We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f353c commit 29dd7b8Copy full SHA for 29dd7b8
1 file changed
.github/workflows/pythonapp.yml
@@ -3,7 +3,7 @@ name: Python application
3
on: [push, pull_request]
4
5
env:
6
- FFMPEG_VERSION: "6.0" # https://ffmpeg.org/releases/
+ FFMPEG_VERSION: "8.0" # https://ffmpeg.org/releases/
7
SDL_VERSION: "2.26.4" # https://github.com/libsdl-org/SDL/releases
8
SDL_MIXER_VERSION: "2.6.3" # https://github.com/libsdl-org/SDL_mixer/releases
9
USE_SDL2_MIXER: "1"
0 commit comments