From 3561e2fe2856dea3267eba8e882662c6aee497f7 Mon Sep 17 00:00:00 2001 From: Lilis Iskandar Date: Mon, 11 Dec 2023 12:33:04 +0800 Subject: [PATCH] Update test-build github workflow to use SDL2 2.28.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 7384015e..10d8eebd 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.0.22 + SDL_VERSION: 2.28.0 IMG_VERSION: 2.0.5 MIX_VERSION: 2.0.4 TTF_VERSION: 2.0.18