From 95500ceff8e969c0b6be95acdadef2bd07bd6a11 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Fri, 21 Mar 2025 16:04:29 +0100 Subject: [PATCH] ci: use ubuntu 22.04 for x86_64 --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 3851904..145e3bd 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -19,7 +19,7 @@ jobs: OS: linux ARCH: x86_64 - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 steps: - uses: mlugg/setup-zig@v1 with: