From 89b9f9ffe2e7c3bba2f6b48661ce2ee082830347 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Fri, 3 May 2024 16:04:13 +0300 Subject: [PATCH] github: update SDL to 2.30.3 --- .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 5136764e..51b7f70d 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -44,7 +44,7 @@ jobs: targetos: win32 targetarch: i386 env: - SDL_VERSION: 2.28.5 + SDL_VERSION: 2.30.3 GH_CPU_ARCH: ${{ matrix.targetarch }} steps: - name: Checkout