Skip to content

Commit 28d9162

Browse files
authored
Revert SDL and SDL_MIXER upgrades
Updated SDL and SDL_MIXER versions in workflow.
1 parent 5a7db0b commit 28d9162

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on: [push, pull_request]
44

55
env:
66
FFMPEG_VERSION: "6.0" # https://ffmpeg.org/releases/
7-
SDL_VERSION: "2.32.10" # https://github.com/libsdl-org/SDL/releases
8-
SDL_MIXER_VERSION: "2.8.1" # https://github.com/libsdl-org/SDL_mixer/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/releasess
99
USE_SDL2_MIXER: "1"
1010
MACOSX_DEPLOYMENT_TARGET: "10.13"
1111
MACOSX_DEPLOYMENT_TARGET_ARM: "11.0"

0 commit comments

Comments
 (0)