From c928568a92a13750373e667767135ee4f1312ca6 Mon Sep 17 00:00:00 2001 From: deepend Date: Sun, 22 Feb 2026 09:47:29 -0700 Subject: [PATCH] Updated the AppImage CI workflow to build on ubuntu-22.04 instead of ubuntu-24.04, and documented the reason inline: targeting an older glibc baseline for broader Linux compatibility --- .github/workflows/appimage-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/appimage-build.yml b/.github/workflows/appimage-build.yml index ded95a3b..fde6780b 100644 --- a/.github/workflows/appimage-build.yml +++ b/.github/workflows/appimage-build.yml @@ -8,7 +8,7 @@ on: jobs: appimage_build: - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 permissions: contents: read