From f7aa8a0c908330b3567407e52d8420046efb21e2 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Sat, 22 Feb 2025 18:48:41 +0300 Subject: [PATCH] ci: bump SDL2 to 2.32.0. This is the last major upgrade to SDL2 dependency, we should migrate to SDL3 (with sdl2-compat for GoldSrc mods) after that --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 4ba27e39..cc27e055 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -66,7 +66,7 @@ jobs: targetos: apple targetarch: amd64 env: - SDL_VERSION: 2.30.12 + SDL_VERSION: 2.32.0 GH_CPU_ARCH: ${{ matrix.targetarch }} GH_CROSSCOMPILING: ${{ matrix.cross }} steps: