From 1b8671b3d31df83931fc3df2856a441708f136a0 Mon Sep 17 00:00:00 2001 From: Matt Van Horn Date: Tue, 1 Sep 2026 08:27:13 -0700 Subject: [PATCH] fix: restore Linux Mint 21 binary compatibility (#1238) Fixes #1144 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28fb507..415c8a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -382,7 +382,7 @@ jobs: path: dist/TgWsProxy_macos_universal.dmg build-linux: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: ${{ github.event.inputs.build_linux == 'true' }} steps: - name: Checkout