From 75abc561f7d3f259c23f7ea9a423720a836de7af Mon Sep 17 00:00:00 2001 From: Lilis Iskandar Date: Sun, 12 May 2024 19:25:24 +0800 Subject: [PATCH] .github/workflows: Update test-build.yml to use SDL2 2.30.0 Signed-off-by: Lilis Iskandar --- .github/workflows/test-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 022f9606..4b2eea60 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -4,7 +4,7 @@ jobs: test-build: runs-on: ubuntu-latest env: - SDL_VERSION: 2.28.0 + SDL_VERSION: 2.30.0 IMG_VERSION: 2.6.0 MIX_VERSION: 2.0.4 TTF_VERSION: 2.0.18