From 7c066485f36fc97aa396ac718a594d0232cfdd83 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 20 Feb 2026 22:19:21 -0600 Subject: [PATCH] Update SDL, sdl2-compat, and libplacebo for AppImage --- .github/workflows/build-appimage.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-appimage.yml b/.github/workflows/build-appimage.yml index 4d04e1f6..129cbf96 100644 --- a/.github/workflows/build-appimage.yml +++ b/.github/workflows/build-appimage.yml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v5 with: repository: libsdl-org/SDL - ref: 3bde3e24069db59133bc1e8dbe3c693008821a93 + ref: release-3.4.2 path: deps/SDL - name: Build SDL3 @@ -56,7 +56,7 @@ jobs: uses: actions/checkout@v5 with: repository: libsdl-org/sdl2-compat - ref: 1c8ece4de9db96d01f99296c26a87a4cabb72f54 + ref: release-2.32.64 path: deps/sdl2-compat - name: Build sdl2-compat @@ -101,7 +101,7 @@ jobs: uses: actions/checkout@v5 with: repository: haasn/libplacebo - ref: 1dcaea8b601aa969ffd5bfa70088957ce3eaa273 + ref: v7.360.0 path: deps/libplacebo submodules: 'recursive'