From 0633e518e8d40fc4285d56da5d41e5cb11129ee1 Mon Sep 17 00:00:00 2001 From: Dustin Persek Date: Fri, 10 Jul 2026 09:13:14 -0400 Subject: [PATCH] fix(ci): lower Linux release glibc baseline (#707) Co-authored-by: Ahmed Allam Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Ahmed Allam <49919286+0xallam@users.noreply.github.com> --- .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 ad2f4647..fab4c9e1 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -16,7 +16,7 @@ jobs: target: macos-arm64 - os: macos-15-intel target: macos-x86_64 - - os: ubuntu-latest + - os: ubuntu-22.04 target: linux-x86_64 - os: windows-latest target: windows-x86_64