From cba713990ba82be2c5de8df2c4ac239ca2de63f2 Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Wed, 28 May 2025 13:01:48 +0500 Subject: [PATCH] ci: build desktop app on ubuntu-22-04 this fixes `Error: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found` error --- .github/workflows/desktop.publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/desktop.publish.yml b/.github/workflows/desktop.publish.yml index d290e394b..e58447fd0 100644 --- a/.github/workflows/desktop.publish.yml +++ b/.github/workflows/desktop.publish.yml @@ -45,7 +45,7 @@ on: jobs: build: name: Build - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v4