From 75dd14c5a01277fe6298f12d03ef9ae1f9daa90f Mon Sep 17 00:00:00 2001 From: dundargoc Date: Sun, 29 Dec 2024 16:03:15 +0100 Subject: [PATCH] ci: downgrade runner version ubuntu-latest to ubuntu-22.04 This is a temporary workaround for an appimage problem that only occurs on ubuntu-24.04. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b20770..cc94e45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ env: # Build with zig cc so we can target glibc 2.17, so we have broader compatibility jobs: linux: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 outputs: version: ${{ steps.build.outputs.version }} steps: