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

This commit is contained in:
2026-02-22 09:47:29 -07:00
parent 78fe710b97
commit c928568a92

View File

@@ -8,7 +8,7 @@ on:
jobs:
appimage_build:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
permissions:
contents: read